From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alberto Bertogli Subject: [PATCH 2/4] bio_put(): add bio_clone() to the list of functions in the comment Date: Wed, 20 May 2009 16:03:55 -0300 Message-ID: <1242846235-1302-1-git-send-email-albertito@blitiri.com.ar> Cc: linux-kernel@vger.kernel.org, jens.axboe@oracle.com, Alberto Bertogli To: linux-fsdevel@vger.kernel.org Return-path: Received: from alerce.vps.bitfolk.com ([212.13.194.134]:3716 "EHLO alerce.vps.bitfolk.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754044AbZETT7B (ORCPT ); Wed, 20 May 2009 15:59:01 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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 --- 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