From a8635662508161518d61f90cb0d5f52ee1c8eea9 Mon Sep 17 00:00:00 2001 From: Jing Zhang Date: Thu, 13 May 2010 00:00:00 -0400 Subject: [PATCH] --- yaml --- r: 198939 b: refs/heads/master c: 62e823a2cba18509ee826d775270e8ef9071b5bc h: refs/heads/master i: 198937: 3b4a635353c6feb4d42d97005c6a9b8f67828fe3 198935: f1d13f9cd1fd40d49255c79b6343736bc72d2c62 v: v3 --- [refs] | 2 +- trunk/fs/ext4/mballoc.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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 &&