From: "Mark Asselstine" Subject: Re: [PATCH] ext2 : correct comments in fs/ext2/balloc.c Date: Tue, 3 Jun 2008 08:16:54 -0400 Message-ID: <919fe2b30806030516l4e7ba605kd9a01a18865cbdcc@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, kernel-janitors@vger.kernel.org To: "Manish Katiyar" Return-path: Received: from fg-out-1718.google.com ([72.14.220.152]:31388 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757025AbYFCMQ4 (ORCPT ); Tue, 3 Jun 2008 08:16:56 -0400 Received: by fg-out-1718.google.com with SMTP id 19so1018822fgg.17 for ; Tue, 03 Jun 2008 05:16:55 -0700 (PDT) In-Reply-To: Content-Disposition: inline Sender: linux-ext4-owner@vger.kernel.org List-ID: On Sat, May 31, 2008 at 2:15 PM, Manish Katiyar wrote: > This patch corrects the wrong function name mentioned in the comments > of ext2_free_blocks() function > > ======================================================== > > Signed-off-by: Manish Katiyar Reviewed-by: Mark Asselstine One comment, lose the timestamps they add no value. > > --- a/fs/ext2/balloc.c 2008-05-11 23:54:40.000000000 +0530 > +++ b/fs/ext2/balloc.c 2008-05-31 23:44:20.000000000 +0530 > @@ -478,7 +478,7 @@ > } > > /** > - * ext2_free_blocks_sb() -- Free given blocks and update quota and i_blocks > + * ext2_free_blocks() -- Free given blocks and update quota and i_blocks > * @inode: inode > * @block: start physcial block to free > * @count: number of blocks to free > > > ========================================================== > > -- > Thanks & Regards, > ******************************************** > Manish Katiyar ( http://mkatiyar.googlepages.com ) > 3rd Floor, Fair Winds Block > EGL Software Park > Off Intermediate Ring Road > Bangalore 560071, India > *********************************************** > -- > To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >