Re: [f2fs-dev] [PATCH v2] f2fs: avoid setting SBI_NEED_FSCK on transient resize failure
Chao Yu via Linux-f2fs-devel <[email protected]>
| Newsgroups | net.sourceforge.lists.linux-f2fs-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/21/26 00:43, Daeho Jeong wrote: > From: Daeho Jeong <[email protected]> > > When free_segment_range() fails in f2fs_resize_fs(), no on-disk > superblock or filesystem metadata has been modified yet, and > free_segment_range() safely restores all in-memory counters before > returning. > > However, the current error recovery path unconditionally sets the > SBI_NEED_FSCK flag and prints a scary error message on any error, > forcing an unnecessary and time-consuming fsck.f2fs repair on the > subsequent mount/reboot. > > Fix this by separating the error recovery path with a dedicated > recover_user_blocks label to bypass setting SBI_NEED_FSCK on > free_segment_range() failures. > > Signed-off-by: Daeho Jeong <[email protected]> > Signed-off-by: Sunmin Jeong <[email protected]> Reviewed-by: Chao Yu <[email protected]> Thanks, _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel