remarkable-linux/fs/affs
Artem Bityutskiy 0164b1a32e 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>
2012-07-14 16:32:42 +04:00
..
affs.h affs: bury unused macros 2012-05-29 23:28:34 -04:00
amigaffs.c affs: propagate umode_t 2012-01-03 22:55:04 -05:00
bitmap.c
Changes
dir.c
file.c fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 2011-07-20 20:47:59 -04:00
inode.c vfs: Rename end_writeback() to clear_inode() 2012-05-06 13:43:41 +08:00
Kconfig
Makefile
namei.c switch ->create() to umode_t 2012-01-03 22:54:53 -05:00
super.c affs: remove useless superblock writeout on remount 2012-07-14 16:32:42 +04:00
symlink.c