* [PATCH 2/4] bio_put(): add bio_clone() to the list of functions in the comment
@ 2009-05-20 19:03 Alberto Bertogli
0 siblings, 0 replies; only message in thread
From: Alberto Bertogli @ 2009-05-20 19:03 UTC (permalink / raw)
To: linux-fsdevel; +Cc: linux-kernel, jens.axboe, 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 9871164..48286e4 100644
--- a/fs/bio.c
+++ b/fs/bio.c
@@ -404,7 +404,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.2.2.646.gb214
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-20 19:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-20 19:03 [PATCH 2/4] bio_put(): add bio_clone() to the list of functions in the comment Alberto Bertogli
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).