diff options
author | Chao Yu <yuchao0@huawei.com> | 2018-05-26 12:03:34 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2018-05-31 20:31:52 +0200 |
commit | 64c74a7ab505ea40d1b3e5d02735ecab08ae1b14 (patch) | |
tree | 82704aa77f4a38e67e54ab2661e0bfa5bd92a807 /fs/hostfs | |
parent | f2fs: clear discard_wake earlier (diff) | |
download | linux-64c74a7ab505ea40d1b3e5d02735ecab08ae1b14.tar.xz linux-64c74a7ab505ea40d1b3e5d02735ecab08ae1b14.zip |
f2fs: fix to don't trigger writeback during recovery
- f2fs_fill_super
- recover_fsync_data
- recover_data
- del_fsync_inode
- iput
- iput_final
- write_inode_now
- f2fs_write_inode
- f2fs_balance_fs
- f2fs_balance_fs_bg
- sync_dirty_inodes
With data_flush mount option, during recovery, in order to avoid entering
above writeback flow, let's detect recovery status and do skip in
f2fs_balance_fs_bg.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Yunlei He <heyunlei@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/hostfs')
0 files changed, 0 insertions, 0 deletions