On 2026-01-22 09:22:00, Christoph Hellwig wrote: > ext4 and f2fs are largely using the same code to read a page full > of Merkle tree blocks from the page cache, and the upcoming xfs > fsverity support would add another copy. > > Move the ext4 code to fs/verity/ and use it in f2fs as well. For f2fs > this removes the previous f2fs-specific error injection, but otherwise > the behavior remains unchanged. > > Signed-off-by: Christoph Hellwig <[email protected]>
looks good to me Reviewed-by: Andrey Albershteyn <[email protected]> -- - Andrey _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
