affs: remove useless superblock writeout on remount
authorArtem Bityutskiy <[email protected]>
Wed, 6 Jun 2012 15:56:53 +0000 (18:56 +0300)
committerAl Viro <[email protected]>
Sat, 14 Jul 2012 12:32:42 +0000 (16:32 +0400)
commit0164b1a32e6849121ea73ef3124a2994951a4713
treeb26237af1e5d344a145886f35ec9281028e7635d
parentc9753b1d20e13c94d15a1c8b252a696744bd22a2
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 <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/affs/super.c