Re: [f2fs-dev] [PATCH] f2fs: finish previous checkpoints before returning from remount

2023-10-23 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Fri, 20 Oct 2023 09:36:45 -0700 you wrote: > From: Daeho Jeong > > Flush remaining checkpoint requests at the end of remount, since a new > checkpoint would be triggered while remount and we need to take care of > it be

[f2fs-dev] [PATCH] f2fs: finish previous checkpoints before returning from remount

2023-10-20 Thread Daeho Jeong
From: Daeho Jeong Flush remaining checkpoint requests at the end of remount, since a new checkpoint would be triggered while remount and we need to take care of it before returning from remount, in order to avoid the below race condition. - Thread - checkpoint thread