linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bio_put(): add bio_clone() to the list of functions in the comment
@ 2009-10-31 21:18 Alberto Bertogli
  2009-11-02 10:38 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Alberto Bertogli @ 2009-10-31 21:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: jens.axboe, linux-fsdevel, trivial, Alberto Bertogli

In bio_put()'s comment, add bio_clone() to the list of functions that can
give you a bio reference.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 fs/bio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/bio.c b/fs/bio.c
index 402cb84..bcab9e9 100644
--- a/fs/bio.c
+++ b/fs/bio.c
@@ -407,7 +407,7 @@ EXPORT_SYMBOL(zero_fill_bio);
  *
  * Description:
  *   Put a reference to a &struct bio, either one you have gotten with
- *   bio_alloc or bio_get. The last put of a bio will free it.
+ *   bio_alloc, bio_get or bio_clone. The last put of a bio will free it.
  **/
 void bio_put(struct bio *bio)
 {
-- 
1.6.5.2.250.g2bd30


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] bio_put(): add bio_clone() to the list of functions in the comment
  2009-10-31 21:18 [PATCH] bio_put(): add bio_clone() to the list of functions in the comment Alberto Bertogli
@ 2009-11-02 10:38 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2009-11-02 10:38 UTC (permalink / raw)
  To: Alberto Bertogli; +Cc: linux-kernel, linux-fsdevel, trivial

On Sat, Oct 31 2009, Alberto Bertogli wrote:
> In bio_put()'s comment, add bio_clone() to the list of functions that can
> give you a bio reference.

Thanks, applied to for-linus.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-02 10:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-31 21:18 [PATCH] bio_put(): add bio_clone() to the list of functions in the comment Alberto Bertogli
2009-11-02 10:38 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).