The variable es is never used, remove it. No functional change. Signed-off-by: Yuan Can <yuancan@xxxxxxxxxx> --- fs/ext2/ialloc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/ext2/ialloc.c b/fs/ext2/ialloc.c index 998dd2ac8008..951b80a7f7d2 100644 --- a/fs/ext2/ialloc.c +++ b/fs/ext2/ialloc.c @@ -620,11 +620,9 @@ unsigned long ext2_count_free_inodes (struct super_block * sb) int i; #ifdef EXT2FS_DEBUG - struct ext2_super_block *es; unsigned long bitmap_count = 0; struct buffer_head *bitmap_bh = NULL; - es = EXT2_SB(sb)->s_es; for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++) { unsigned x; -- 2.17.1