[patch] export blk_get_queue()

From: V Ganesh (ganesh@veritas.com)
Date: Tue May 02 2000 - 03:43:35 EST


hi linus,
        this is a patch to export blk_get_queue(), since functions like
generic_make_request() which are exported require request queues.
of course blk_get_queue()'s functionality can be replicated in a module since
io_request_lock and blk_dev are exported, so it's not strictly necessary.

ganesh

--- linux-2.3.99-pre6/drivers/block/ll_rw_blk.c.ORG Tue May 2 14:44:18 2000
+++ linux-2.3.99-pre6/drivers/block/ll_rw_blk.c Tue May 2 14:44:33 2000
@@ -1090,6 +1090,7 @@
 EXPORT_SYMBOL(end_that_request_first);
 EXPORT_SYMBOL(end_that_request_last);
 EXPORT_SYMBOL(blk_init_queue);
+EXPORT_SYMBOL(blk_get_queue);
 EXPORT_SYMBOL(blk_cleanup_queue);
 EXPORT_SYMBOL(blk_queue_headactive);
 EXPORT_SYMBOL(blk_queue_pluggable);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun May 07 2000 - 21:00:09 EST