linux/fs/hfs
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
..
attr.c
bfind.c
bitmap.c
bnode.c
brec.c
btree.c hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops 2011-11-02 16:06:59 -07:00
btree.h
catalog.c
dir.c don't pass nameidata to ->create() 2012-07-14 16:34:47 +04:00
extent.c
hfs_fs.h hfs: propagate umode_t 2012-01-03 22:55:09 -05:00
hfs.h
inode.c hfs: push lock_super down 2012-07-22 23:58:05 +04:00
Kconfig
Makefile
mdb.c hfs: get rid of lock_super 2012-07-22 23:58:06 +04:00
part_tbl.c
string.c
super.c hfs: remove extra mdb write on unmount 2012-07-22 23:58:07 +04:00
sysdep.c stop passing nameidata * to ->d_revalidate() 2012-07-14 16:34:14 +04:00
trans.c hfs: add sanity check for file name length 2011-11-15 14:29:42 -02:00