]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc
authorJing Zhang <zj.barak@gmail.com>
Thu, 13 May 2010 04:00:00 +0000 (00:00 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Jan 2011 23:07:33 +0000 (18:07 -0500)
commit 62e823a2cba18509ee826d775270e8ef9071b5bc upstream.

Signed-off-by: Jing Zhang <zj.barak@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
fs/ext4/mballoc.c

index b423a364dca3c16cf8268861f3107f275c32474e..0550ea3532f9f11ce29db5bbf087cf6843717451 100644 (file)
@@ -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 &&