commit | 182f514f883abb5f942c94e61c371c4b406352d4 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Wed Mar 21 22:30:06 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Mar 21 22:30:06 2012 -0400 |
tree | dfcdedfc4e68eee92107aa06fdf92952dadd259a | |
parent | a8e25a83245618e6b0ddf82a9bba79c1b466804d [diff] |
ext4: remove useless s_dirt assignment Clean-up ext4 a tiny bit by removing useless s_dirt assignment in 'ext4_fill_super()' because a bit later we anyway call 'ext4_setup_super()' which writes the superblock to the media unconditionally. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>