summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorJens Axboe <jaxboe@fusionio.com>2011-05-27 07:44:43 +0200
committerJens Axboe <jaxboe@fusionio.com>2011-05-27 07:45:45 +0200
commitd86e0e83b32bc84600adb0b6ea1fce389b266682 (patch)
tree3b71c7692b00b0aa557d06c9cd0e84ba6b8532af /block
parent700c4f3325495d2e0e619fb48b900ec942f1470b (diff)
downloadop-kernel-dev-d86e0e83b32bc84600adb0b6ea1fce389b266682.zip
op-kernel-dev-d86e0e83b32bc84600adb0b6ea1fce389b266682.tar.gz
block: export blk_{get,put}_queue()
We need them in SCSI to fix a bug, but currently they are not exported to modules. Export them. Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'block')
-rw-r--r--block/blk-core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index dd8ae71..d2f8f40 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -345,6 +345,7 @@ void blk_put_queue(struct request_queue *q)
{
kobject_put(&q->kobj);
}
+EXPORT_SYMBOL(blk_put_queue);
/*
* Note: If a driver supplied the queue lock, it should not zap that lock
@@ -566,6 +567,7 @@ int blk_get_queue(struct request_queue *q)
return 1;
}
+EXPORT_SYMBOL(blk_get_queue);
static inline void blk_free_request(struct request_queue *q, struct request *rq)
{
OpenPOWER on IntegriCloud