From: Artem Bityutskiy Date: Thu, 12 Jul 2012 14:28:46 +0000 (+0300) Subject: hfs: remove extra mdb write on unmount X-Git-Tag: v3.6-rc1~152^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3742d4828caeffab4cb075b562a4ed92d3e74d6;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed