* [PATCH] 2.5.22: elevator exports.
@ 2002-06-17 22:23 Martin Schwidefsky
0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2002-06-17 22:23 UTC (permalink / raw)
To: linux-kernel; +Cc: torvalds
Hi Linus,
the dasd driver as a module needs to call elevator_init/elavator_exit to
change the elevator algorithm to elevator_noop.
blue skies,
Martin.
diff -urN linux-2.5.22/drivers/block/elevator.c linux-2.5.22-s390/drivers/block/elevator.c
--- linux-2.5.22/drivers/block/elevator.c Mon Jun 17 04:31:35 2002
+++ linux-2.5.22-s390/drivers/block/elevator.c Tue Jun 11 17:15:10 2002
@@ -424,3 +424,5 @@
EXPORT_SYMBOL(__elv_add_request);
EXPORT_SYMBOL(__elv_next_request);
EXPORT_SYMBOL(elv_remove_request);
+EXPORT_SYMBOL(elevator_exit);
+EXPORT_SYMBOL(elevator_init);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-06-17 20:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-17 22:23 [PATCH] 2.5.22: elevator exports Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox