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