From: Artem Bityutskiy Date: Wed, 6 Jun 2012 15:56:53 +0000 (+0300) Subject: affs: remove useless superblock writeout on remount X-Git-Tag: v3.6-rc1~152^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0164b1a32e6849121ea73ef3124a2994951a4713;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed