[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1465282193.5365.59.camel@haakon3.risingtidesystems.com>
Date: Mon, 06 Jun 2016 23:49:53 -0700
From: "Nicholas A. Bellinger" <nab@...ux-iscsi.org>
To: Christoph Hellwig <hch@....de>
Cc: axboe@...nel.dk, keith.busch@...el.com,
linux-block@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-nvme@...ts.infradead.org, Sagi Grimberg <sagi@...mberg.me>
Subject: Re: [PATCH 1/3] block: Export blk_poll
On Mon, 2016-06-06 at 23:22 +0200, Christoph Hellwig wrote:
> From: Sagi Grimberg <sagi@...mberg.me>
>
> The new NVMe over fabrics target will make use of this outside from a
> module.
>
> Signed-off-by: Sagi Grimberg <sagi@...mberg.me>
> Signed-off-by: Christoph Hellwig <hch@....de>
> ---
> 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
> /**
Looks good.
Reviewed-by: Nicholas Bellinger <nab@...ux-iscsi.org>
Powered by blists - more mailing lists