Эх сурвалжийг харах

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>
Sagi Grimberg 9 жил өмнө
parent
commit
9645c1a233
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      block/blk-core.c

+ 1 - 0
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
 /**