summaryrefslogtreecommitdiffstats
path: root/fs/ext4
diff options
context:
space:
mode:
authorJing Zhang <zj.barak@gmail.com>2010-05-13 00:00:00 -0400
committerTheodore Ts'o <tytso@mit.edu>2010-05-13 00:00:00 -0400
commit62e823a2cba18509ee826d775270e8ef9071b5bc (patch)
treef31bade5a792c962ba4c91b56c248228658fbc2a /fs/ext4
parentb720303df7352d4a7a1f61e467e0a124913c0d41 (diff)
downloadlinux-62e823a2cba18509ee826d775270e8ef9071b5bc.tar.bz2
ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc
Signed-off-by: Jing Zhang <zj.barak@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4')
-rw-r--r--fs/ext4/mballoc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index b423a364dca3..0550ea3532f9 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -2025,7 +2025,6 @@ repeat:
for (i = 0; i < ngroups; group++, i++) {
struct ext4_group_info *grp;
- struct ext4_group_desc *desc;
if (group == ngroups)
group = 0;
@@ -2048,7 +2047,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 &&