Hello:
This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim jaegeuk@kernel.org:
On Thu, 16 Feb 2023 16:44:27 +0900 you wrote:
When f2fs skipped a gc round during victim migration, there was a bug which would skip all upcoming gc rounds unconditionally because skipped_gc_rwsem was not initialized. It fixes the bug by correctly initializing the skipped_gc_rwsem inside the gc loop.
Fixes: 3db1de0e582c ("f2fs: change the current atomic write way") Cc: stable@vger.kernel.org Signed-off-by: Yonggil Song yonggil.song@samsung.com
Here is the summary with links: - [f2fs-dev,v2] f2fs: fix uninitialized skipped_gc_rwsem https://git.kernel.org/jaegeuk/f2fs/c/196036c45f8c
You are awesome, thank you!