On Tue, Feb 17, 2026 at 05:06:29PM -0800, Eric Biggers wrote: > f2fs_verify_cluster() is the only remaining caller of the > non-large-folio-aware function fsverity_verify_page(). To unblock the > removal of that function, change f2fs_verify_cluster() to verify the > entire folio of each page and mark it up-to-date. > > Note that this doesn't actually make f2fs_verify_cluster() > large-folio-aware, as it is still passed an array of pages. Currently, > it's never called with large folios.
Looks good: Reviewed-by: Christoph Hellwig <[email protected]> _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
