Re: [f2fs-dev] [PATCH] f2fs: check free sections before disable checkpoint

2024-01-29 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 28 Dec 2023 20:25:07 -0700 you wrote: > 'f2fs_is_checkpoint_ready()' checks free sections. If there is not > enough free sections, most f2fs operations will return -ENOSPC when > checkpoint is disabled. > > It

Re: [f2fs-dev] [PATCH] f2fs: check free sections before disable checkpoint

2024-01-11 Thread Chao Yu
On 2023/12/29 11:25, Wu Bo wrote: 'f2fs_is_checkpoint_ready()' checks free sections. If there is not enough free sections, most f2fs operations will return -ENOSPC when checkpoint is disabled. It would be better to check free sections before disable checkpoint. Signed-off-by: Wu Bo

[f2fs-dev] [PATCH] f2fs: check free sections before disable checkpoint

2023-12-28 Thread Wu Bo via Linux-f2fs-devel
'f2fs_is_checkpoint_ready()' checks free sections. If there is not enough free sections, most f2fs operations will return -ENOSPC when checkpoint is disabled. It would be better to check free sections before disable checkpoint. Signed-off-by: Wu Bo --- fs/f2fs/segment.c | 2 ++ 1 file changed,