From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Manish Katiyar" Subject: [PATCH] ext2 : correct comments in fs/ext2/balloc.c Date: Sat, 31 May 2008 23:45:56 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, kernel-janitors@vger.kernel.org Return-path: Received: from ti-out-0910.google.com ([209.85.142.191]:34531 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752999AbYEaSP7 (ORCPT ); Sat, 31 May 2008 14:15:59 -0400 Received: by ti-out-0910.google.com with SMTP id b6so127065tic.23 for ; Sat, 31 May 2008 11:15:57 -0700 (PDT) Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: This patch corrects the wrong function name mentioned in the comments of ext2_free_blocks() function ======================================================== Signed-off-by: Manish Katiyar --- 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 ***********************************************