ext4: weed out ext4_write_super
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 23 Jul 2012 00:35:31 +0000 (20:35 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 23 Jul 2012 00:35:31 +0000 (20:35 -0400)
commit4d47603d9703e6fff8ff2618bc108d6280e2439d
tree82a0f9abc6bc10bb67d70fd811139f2bd2a3ce7b
parent58c5873a769987e36265d1523d2aa5bdc18f32bd
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>
fs/ext4/super.c