block: Export blk_poll
authorSagi Grimberg <sagi@grimberg.me>
Tue, 21 Jun 2016 16:04:19 +0000 (18:04 +0200)
committerJens Axboe <axboe@fb.com>
Tue, 5 Jul 2016 17:30:31 +0000 (11:30 -0600)
The new NVMe over fabrics target will make use of this outside from a
module.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-core.c

index db31a29..dd32563 100644 (file)
@@ -3385,6 +3385,7 @@ bool blk_poll(struct request_queue *q, blk_qc_t cookie)
 
        return false;
 }
+EXPORT_SYMBOL_GPL(blk_poll);
 
 #ifdef CONFIG_PM
 /**