Re: [PATCH 10/11] ext4: Remove (almost) unused variables from ext4_expand_extra_isize_ea()
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-08-11 17:34:07
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-08-11 17:34:07
On Wed, Aug 03, 2016 at 12:39:54PM +0200, Jan Kara wrote:
'start' variable is completely unused in ext4_expand_extra_isize_ea(). Variable 'first' is used only once in one place. So just remove them. Variables 'entry' and 'last' are only really used later in the function inside a loop. Move their declarations there. Signed-off-by: Jan Kara <jack@suse.cz>
Thanks, applied. - Ted