diff options
author | Sagi Grimberg <sagi@grimberg.me> | 2016-06-21 18:04:19 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-07-05 11:30:31 -0600 |
commit | 9645c1a2336bb92751a04454e7565c09c9a06f3c (patch) | |
tree | 0a599eb048a6a9671e090ba312f1def497711229 /block | |
parent | 038bd4cb6766c69b5b9c77507f389cc718a36842 (diff) | |
download | op-kernel-dev-9645c1a2336bb92751a04454e7565c09c9a06f3c.zip op-kernel-dev-9645c1a2336bb92751a04454e7565c09c9a06f3c.tar.gz |
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 db31a29..dd32563 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 /** |