Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1415481 > unrolled thread

[PATCH 1/3] block: Export blk_poll

Started byChristoph Hellwig <hch@lst.de>
First post2016-06-06 23:30 +0200
Last post2016-06-07 09:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/3] block: Export blk_poll Christoph Hellwig <hch@lst.de> - 2016-06-06 23:30 +0200
    Re: [PATCH 1/3] block: Export blk_poll "Nicholas A. Bellinger" <nab@linux-iscsi.org> - 2016-06-07 09:00 +0200

#1415481 — [PATCH 1/3] block: Export blk_poll

FromChristoph Hellwig <hch@lst.de>
Date2016-06-06 23:30 +0200
Subject[PATCH 1/3] block: Export blk_poll
Message-ID<rHafV-1OH-61@gated-at.bofh.it>
From: Sagi Grimberg <sagi@grimberg.me>

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>
---
 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

[toc] | [next] | [standalone]


#1415769

From"Nicholas A. Bellinger" <nab@linux-iscsi.org>
Date2016-06-07 09:00 +0200
Message-ID<rHj9w-7GF-23@gated-at.bofh.it>
In reply to#1415481
On Mon, 2016-06-06 at 23:22 +0200, Christoph Hellwig wrote:
> From: Sagi Grimberg <sagi@grimberg.me>
> 
> 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>
> ---
>  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@linux-iscsi.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web