summaryrefslogtreecommitdiffstats
path: root/fs/quota
diff options
context:
space:
mode:
authorArtem Bityutskiy2012-07-12 15:28:06 +0200
committerAl Viro2012-07-22 21:58:14 +0200
commit65e5e83f7d01a3790deb1ba2e0d887e715c43307 (patch)
tree5849e44f8f27ff1f06e5a6e258401f4dc7abc106 /fs/quota
parentfs/sysv: stop using write_super and s_dirt (diff)
downloadkernel-qcow2-linux-65e5e83f7d01a3790deb1ba2e0d887e715c43307.tar.gz
kernel-qcow2-linux-65e5e83f7d01a3790deb1ba2e0d887e715c43307.tar.xz
kernel-qcow2-linux-65e5e83f7d01a3790deb1ba2e0d887e715c43307.zip
fs/ufs: remove extra superblock write on unmount
UFS calls 'ufs_write_super()' from 'ufs_put_super()' in order to write the superblocks to the media. However, it is not needed because VFS calls '->sync_fs()' before calling '->put_super()' - so by the time we are in 'ufs_write_super()', the superblocks are already synchronized. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/quota')
0 files changed, 0 insertions, 0 deletions