diff options
author | Sagi Grimberg <sagi@grimberg.me> | 2016-06-21 12:04:19 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-07-05 13:30:31 -0400 |
commit | 9645c1a2336bb92751a04454e7565c09c9a06f3c (patch) | |
tree | 0a599eb048a6a9671e090ba312f1def497711229 /block | |
parent | 038bd4cb6766c69b5b9c77507f389cc718a36842 (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
3385 | 3385 | ||
3386 | return false; | 3386 | return false; |
3387 | } | 3387 | } |
3388 | EXPORT_SYMBOL_GPL(blk_poll); | ||
3388 | 3389 | ||
3389 | #ifdef CONFIG_PM | 3390 | #ifdef CONFIG_PM |
3390 | /** | 3391 | /** |