Artem Bityutskiy a3742d4828 hfs: remove extra mdb write on unmount
HFS calls 'hfs_write_super()' from 'hfs_put_super()' in order to write the MDB
to the media. However, it is not needed because VFS calls '->sync_fs()' before
calling '->put_super()' - so by the time we are in 'hfs_write_super()', the MDB
is 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:07 +04:00
..
2010-10-12 17:36:11 +02:00
2008-07-25 10:53:33 -07:00
2010-10-12 17:36:11 +02:00
2009-12-15 08:53:10 -08:00
2012-07-14 16:34:47 +04:00
2008-07-25 10:53:33 -07:00
2012-01-03 22:55:09 -05:00
2012-07-22 23:58:05 +04:00
2009-01-22 13:15:57 +03:00
2012-07-22 23:58:06 +04:00
2011-01-07 17:50:20 +11:00
2012-07-22 23:58:07 +04:00