Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Al Viro <[email protected]>
- Loading branch information