At 2026-01-12 09:02:48, "Chao Yu" <[email protected]> wrote: >> @@ -2545,6 +2548,11 @@ static int f2fs_read_data_large_folio(struct inode >> *inode, >> } >> trace_f2fs_read_folio(folio, DATA); >> if (rac) { >> + if (!folio_in_bio) { >> + if (!ret) > >ret should never be true here? > >Thanks, Yes.Need I send a v3 patch to remove the redundant check?
Thanks, Nanzhe Zhao _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
