From: Sagi Grimberg Date: Tue, 21 Jun 2016 16:04:19 +0000 (+0200) Subject: block: Export blk_poll X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9645c1a2336bb92751a04454e7565c09c9a06f3c;p=linux-beck.git block: Export blk_poll The new NVMe over fabrics target will make use of this outside from a module. Signed-off-by: Sagi Grimberg Signed-off-by: Christoph Hellwig Reviewed-by: Steve Wise Signed-off-by: Jens Axboe --- diff --git a/block/blk-core.c b/block/blk-core.c index db31a2981223..dd325638e102 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -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 /**