From 6a0488ad18365c19d143bf2119e102786aa74b32 Mon Sep 17 00:00:00 2001 From: "Aneesh Kumar K.V" Date: Mon, 5 Jan 2009 21:51:07 -0500 Subject: [PATCH] --- yaml --- r: 127927 b: refs/heads/master c: 565a9617b2151e21b22700e97a8b04e70e103153 h: refs/heads/master i: 127925: 1e9d244d1ed2aae86be35f0b36619ab8d0a49746 127923: afc8621297010ee45d1b1f17bd65f87b9b17cff4 127919: 6fd83e20e9f6afbc9883cd2fa9e1ed8dd3f17783 v: v3 --- [refs] | 2 +- trunk/fs/ext4/super.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 342f684ecd71..9cf3257fafba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 791b7f08954869d7b8ff438f3dac3cfb39778297 +refs/heads/master: 565a9617b2151e21b22700e97a8b04e70e103153 diff --git a/trunk/fs/ext4/super.c b/trunk/fs/ext4/super.c index 08fc86a358d3..81aed8b825a0 100644 --- a/trunk/fs/ext4/super.c +++ b/trunk/fs/ext4/super.c @@ -1445,7 +1445,6 @@ static int ext4_fill_flex_info(struct super_block *sb) ext4_group_t flex_group_count; ext4_group_t flex_group; int groups_per_flex = 0; - __u64 block_bitmap = 0; int i; if (!sbi->s_es->s_log_groups_per_flex) { @@ -1468,9 +1467,6 @@ static int ext4_fill_flex_info(struct super_block *sb) goto failed; } - gdp = ext4_get_group_desc(sb, 1, &bh); - block_bitmap = ext4_block_bitmap(sb, gdp) - 1; - for (i = 0; i < sbi->s_groups_count; i++) { gdp = ext4_get_group_desc(sb, i, &bh);