Artem Bityutskiy 65e5e83f7d fs/ufs: remove extra superblock write on unmount
UFS calls 'ufs_write_super()' from 'ufs_put_super()' in order to write the
superblocks to the media. However, it is not needed because VFS calls
'->sync_fs()' before calling '->put_super()' - so by the time we are in
'ufs_write_super()', the superblocks are already synchronized.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-07-22 23:58:14 +04:00
..
2012-01-03 22:54:59 -05:00
2011-03-02 22:27:48 +01:00
2012-07-14 16:34:47 +04:00
2008-04-28 08:58:45 -07:00
2012-01-03 22:54:59 -05:00
2011-03-02 22:27:48 +01:00
2011-03-23 19:46:19 -07:00