diff options
Diffstat (limited to 'fs/ext4/resize.c')
-rw-r--r-- | fs/ext4/resize.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c index 27527ae466ea..ca5c8aa00a2f 100644 --- a/fs/ext4/resize.c +++ b/fs/ext4/resize.c | |||
@@ -952,7 +952,6 @@ int ext4_group_extend(struct super_block *sb, struct ext4_super_block *es, | |||
952 | ext4_fsblk_t n_blocks_count) | 952 | ext4_fsblk_t n_blocks_count) |
953 | { | 953 | { |
954 | ext4_fsblk_t o_blocks_count; | 954 | ext4_fsblk_t o_blocks_count; |
955 | ext4_group_t o_groups_count; | ||
956 | ext4_grpblk_t last; | 955 | ext4_grpblk_t last; |
957 | ext4_grpblk_t add; | 956 | ext4_grpblk_t add; |
958 | struct buffer_head *bh; | 957 | struct buffer_head *bh; |
@@ -964,7 +963,6 @@ int ext4_group_extend(struct super_block *sb, struct ext4_super_block *es, | |||
964 | * yet: we're going to revalidate es->s_blocks_count after | 963 | * yet: we're going to revalidate es->s_blocks_count after |
965 | * taking the s_resize_lock below. */ | 964 | * taking the s_resize_lock below. */ |
966 | o_blocks_count = ext4_blocks_count(es); | 965 | o_blocks_count = ext4_blocks_count(es); |
967 | o_groups_count = EXT4_SB(sb)->s_groups_count; | ||
968 | 966 | ||
969 | if (test_opt(sb, DEBUG)) | 967 | if (test_opt(sb, DEBUG)) |
970 | printk(KERN_DEBUG "EXT4-fs: extending last group from %llu uto %llu blocks\n", | 968 | printk(KERN_DEBUG "EXT4-fs: extending last group from %llu uto %llu blocks\n", |