diff --git a/[refs] b/[refs] index 4140b5aa8122..fbd6736aa352 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b720303df7352d4a7a1f61e467e0a124913c0d41 +refs/heads/master: 62e823a2cba18509ee826d775270e8ef9071b5bc diff --git a/trunk/fs/ext4/mballoc.c b/trunk/fs/ext4/mballoc.c index b423a364dca3..0550ea3532f9 100644 --- a/trunk/fs/ext4/mballoc.c +++ b/trunk/fs/ext4/mballoc.c @@ -2025,7 +2025,6 @@ ext4_mb_regular_allocator(struct ext4_allocation_context *ac) 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 @@ ext4_mb_regular_allocator(struct ext4_allocation_context *ac) } 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 &&