]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint()
authorChao Yu <chao@kernel.org>
Wed, 21 Jan 2026 05:14:04 +0000 (05:14 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 27 Jan 2026 02:45:59 +0000 (02:45 +0000)
commit6bb9010f78d7f0ff0e4a17b1be951e76d96757a5
treee23a70920b747c26d6b68754ef7407e595d3799d
parent1db4b3609aa13efceddeae2e58749acb62d42d71
f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint()

It's rare case that sync_inodes_sb() always skips to flush some drity
datas, so it's enough to give extra three more chances to flush data.

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/super.c