]> git.baikalelectronics.ru Git - kernel.git/commit
affs: remove useless superblock writeout on unmount
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 6 Jun 2012 15:56:52 +0000 (18:56 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:32:42 +0000 (16:32 +0400)
commit0ed59dd03fd422d00b527c2f6ca725ffcac12be7
tree32785f32faaaea029fbbed912fca926f2b4ca94f
parentdfa3a53af7a7519d7b40eae9d11e19dad1295540
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>
fs/affs/super.c