commit | 6e0cd088c01023c02b1e887e02c8b6f3f395344f | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Aug 29 15:43:11 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Aug 29 15:43:11 2016 -0400 |
tree | 7834e571ec515cfe8579e51c69cf57384290132f | |
parent | 3f2571c1f91f2de729562344b4956786a2c74d73 [diff] |
ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea() '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> Signed-off-by: Theodore Ts'o <tytso@mit.edu>