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)
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>

No differences found