]> git.baikalelectronics.ru Git - kernel.git/commit
affs: remove useless superblock writeout on remount
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 6 Jun 2012 15:56:53 +0000 (18:56 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:32:42 +0000 (16:32 +0400)
commitbb9d8a890197903dd2e5249d1e9fd9dfaa947639
treeb26237af1e5d344a145886f35ec9281028e7635d
parent0ed59dd03fd422d00b527c2f6ca725ffcac12be7
affs: remove useless superblock writeout on remount

We do not need to write out the superblock from '->remount_fs()' because
VFS has already called '->sync_fs()' by this time and the superblock has
already been written out. Thus, remove the 'affs_write_super()'
infocation from 'affs_remount()'.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/affs/super.c