summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorSagi Grimberg <sagi@grimberg.me>2016-06-21 18:04:19 +0200
committerJens Axboe <axboe@fb.com>2016-07-05 11:30:31 -0600
commit9645c1a2336bb92751a04454e7565c09c9a06f3c (patch)
tree0a599eb048a6a9671e090ba312f1def497711229 /block
parent038bd4cb6766c69b5b9c77507f389cc718a36842 (diff)
downloadlinux-0-day-9645c1a2336bb92751a04454e7565c09c9a06f3c.tar.gz
linux-0-day-9645c1a2336bb92751a04454e7565c09c9a06f3c.tar.xz
block: Export blk_poll
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>
Diffstat (limited to 'block')
-rw-r--r--block/blk-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index db31a29812232..dd325638e1028 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
/**