From patchwork Fri Jul 1 15:27:56 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tao Ma X-Patchwork-Id: 102919 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 06977B6F5B for ; Sat, 2 Jul 2011 01:30:51 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751884Ab1GAPat (ORCPT ); Fri, 1 Jul 2011 11:30:49 -0400 Received: from oproxy7-pub.bluehost.com ([67.222.55.9]:38160 "HELO oproxy7-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751700Ab1GAPat (ORCPT ); Fri, 1 Jul 2011 11:30:49 -0400 Received: (qmail 11229 invoked by uid 0); 1 Jul 2011 15:30:48 -0000 Received: from unknown (HELO box585.bluehost.com) (66.147.242.185) by oproxy7.bluehost.com with SMTP; 1 Jul 2011 15:30:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=tao.ma; h=Received:From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To:References:X-Identified-User; b=lSWvbut+tlQztMKyZOXCpeFLgx9He9MC3RCbdqdUKAKXzGV0JW/Iup/d8GFkbvufXOKEmboQ6Gb+w+IwC9oLYB3Oe/1Oe7ge7QkG0PeLVGoLub6Un1BLRfXotyWnyHvD; Received: from [221.217.32.225] (helo=localhost.localdomain) by box585.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1Qcfg4-0005kf-UZ; Fri, 01 Jul 2011 09:30:48 -0600 From: Tao Ma To: linux-ext4@vger.kernel.org Cc: tytso@mit.edu Subject: [PATCH 5/5] ext4: Change the wrong param comment for ext4_trim_all_free. Date: Fri, 1 Jul 2011 23:27:56 +0800 Message-Id: <1309534076-2784-5-git-send-email-tm@tao.ma> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1309534076-2784-1-git-send-email-tm@tao.ma> References: <4E0DE63A.7030103@tao.ma> <1309534076-2784-1-git-send-email-tm@tao.ma> X-Identified-User: {1390:box585.bluehost.com:colyli:tao.ma} {sentby:smtp auth 221.217.32.225 authed with tm@tao.ma} Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org From: Tao Ma at ext4_trim_all_free() comment, there is no longer an @e4b parameter, instead it is @group. Reported-by: Andreas Dilger Signed-off-by: Tao Ma --- fs/ext4/mballoc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index cecc304..9a35263 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c @@ -4813,7 +4813,7 @@ static void ext4_trim_extent(struct super_block *sb, int start, int count, /** * ext4_trim_all_free -- function to trim all free space in alloc. group * @sb: super block for file system - * @e4b: ext4 buddy + * @group: group to be trimmed * @start: first group block to examine * @max: last group block to examine * @minblocks: minimum extent block count