Re: [f2fs-dev] [PATCH v3] f2fs: fix missing discard for active segments

2025-03-17 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 17 Mar 2025 04:16:24 -0600 you wrote: > During a checkpoint, the current active segment X may not be handled > properly. This occurs when segment X has 0 valid blocks and a non-zero > number of discard blocks, for th

Re: [f2fs-dev] [PATCH v3] f2fs: fix missing discard for active segments

2025-03-17 Thread Chao Yu via Linux-f2fs-devel
On 3/17/25 18:16, Chunhai Guo wrote: > During a checkpoint, the current active segment X may not be handled > properly. This occurs when segment X has 0 valid blocks and a non-zero > number of discard blocks, for the following reasons: > > locate_dirty_segment() does not mark any active segment as