Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9645c1a2 authored by Sagi Grimberg's avatar Sagi Grimberg Committed by Jens Axboe
Browse files

block: Export blk_poll



The new NVMe over fabrics target will make use of this outside from a
module.

Signed-off-by: default avatarSagi Grimberg <sagi@grimberg.me>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarSteve Wise <swise@opengridcomputing.com>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 038bd4cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
/**