Artem Bityutskiy c9753b1d20 affs: remove useless superblock writeout on unmount
We do not need to write out the superblock from '->put_super()' because VFS has
already called '->sync_fs()' by this time and the superblock has already been
written out. Thus, remove the 'affs_commit_super()' infocation from
'affs_put_super()'.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-07-14 16:32:42 +04:00
..
2012-05-29 23:28:34 -04:00
2012-01-03 22:55:04 -05:00
2009-06-11 21:36:14 -04:00
2009-01-22 13:15:56 +03:00
2011-03-17 14:02:57 +01:00
2012-01-03 22:54:53 -05:00