Re: [PATCH] btrfs: remove verity Merkle folio from page cache on error

From: Yichong Chen

Date: Tue Jul 07 2026 - 01:36:41 EST


Hi,

Please ignore this version.

I noticed that this version depends on filemap_remove_folio(). My local
debug tree had this symbol exported, so the patch built there, but exporting
that helper does not look like the right approach for this fix.

I will rework the fix to avoid inserting the folio into the page cache
before the Merkle tree read succeeds, and send a v2.

Sorry for the noise.

Thanks,
Yichong