From: Theodore Ts'o Subject: [PATCH 1/2] ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc Date: Thu, 1 Apr 2010 21:48:41 -0400 Message-ID: <1270172922-10876-1-git-send-email-tytso@mit.edu> References: Cc: Jing Zhang , "Theodore Ts'o" To: Ext4 Developers List Return-path: Received: from THUNK.ORG ([69.25.196.29]:38767 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758995Ab0DBBs4 (ORCPT ); Thu, 1 Apr 2010 21:48:56 -0400 In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: From: Jing Zhang Signed-off-by: Jing Zhang Signed-off-by: "Theodore Ts'o" --- fs/ext4/mballoc.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index 54df209..fcc919f 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c @@ -2024,7 +2024,6 @@ repeat: for (i = 0; i < ngroups; group++, i++) { struct ext4_group_info *grp; - struct ext4_group_desc *desc; if (group == ngroups) group = 0; @@ -2047,7 +2046,6 @@ repeat: } ac->ac_groups_scanned++; - desc = ext4_get_group_desc(sb, group, NULL); if (cr == 0) ext4_mb_simple_scan_group(ac, &e4b); else if (cr == 1 && -- 1.6.6.1.1.g974db.dirty