From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Mon, 6 Jun 2016 23:22:55 +0200 Subject: [PATCH 1/3] block: Export blk_poll In-Reply-To: <1465248177-17970-1-git-send-email-hch@lst.de> References: <1465248177-17970-1-git-send-email-hch@lst.de> Message-ID: <1465248177-17970-2-git-send-email-hch@lst.de> From: Sagi Grimberg The new NVMe over fabrics target will make use of this outside from a module. Signed-off-by: Sagi Grimberg Signed-off-by: Christoph Hellwig --- block/blk-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/block/blk-core.c b/block/blk-core.c index 2475b1c7..ad5270e 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -3377,6 +3377,7 @@ bool blk_poll(struct request_queue *q, blk_qc_t cookie) return false; } +EXPORT_SYMBOL_GPL(blk_poll); #ifdef CONFIG_PM /** -- 2.1.4