commit | 4d47603d9703e6fff8ff2618bc108d6280e2439d | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sun Jul 22 20:35:31 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 22 20:35:31 2012 -0400 |
tree | 82a0f9abc6bc10bb67d70fd811139f2bd2a3ce7b | |
parent | 58c5873a769987e36265d1523d2aa5bdc18f32bd [diff] |
ext4: weed out ext4_write_super We do not depend on VFS's '->write_super()' anymore and do not need the 's_dirt' flag anymore, so weed out 'ext4_write_super()' and 's_dirt'. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz>