commit | 0164b1a32e6849121ea73ef3124a2994951a4713 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Wed Jun 06 18:56:53 2012 +0300 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 14 16:32:42 2012 +0400 |
tree | b26237af1e5d344a145886f35ec9281028e7635d | |
parent | c9753b1d20e13c94d15a1c8b252a696744bd22a2 [diff] |
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>