Re: [PATCH] btrfs: remove verity Merkle folio from page cache on error
Yichong Chen <[email protected]>
| Newsgroups | org.kernel.vger.linux-btrfs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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