Skip to content

Commit 9645c1a

Browse files
sagigrimbergaxboe
authored andcommitted
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>
1 parent 038bd4c commit 9645c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

block/blk-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3385,6 +3385,7 @@ bool blk_poll(struct request_queue *q, blk_qc_t cookie)
33853385

33863386
return false;
33873387
}
3388+
EXPORT_SYMBOL_GPL(blk_poll);
33883389

33893390
#ifdef CONFIG_PM
33903391
/**

0 commit comments

Comments
 (0)