Re: [f2fs-dev] [PATCH 2/2 v2] f2fs: complete checkpoints during remount

2022-09-12 Thread Chao Yu
On 2022/8/25 4:30, Jaegeuk Kim wrote: Otherwise, pending checkpoints can contribute a race condition to give a quota warning. - Thread - checkpoint thread add checkpoints to the list do_remount() down_write(>s_umount); f2fs_remount()

Re: [f2fs-dev] [PATCH 2/2 v2] f2fs: complete checkpoints during remount

2022-08-24 Thread Jaegeuk Kim
Otherwise, pending checkpoints can contribute a race condition to give a quota warning. - Thread - checkpoint thread add checkpoints to the list do_remount() down_write(>s_umount); f2fs_remount() block_operations()