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

From: Yichong Chen

Date: Sun Aug 16 2026 - 22:39:29 EST


Hi,

Thanks for the report.

This was a problem in v1. The patch called filemap_remove_folio(), which is
not exported and therefore breaks when btrfs is built as a module.

I avoided filemap_remove_folio() in v2, and the patch has since been reworked
further. The latest version no longer calls filemap_remove_folio():

[PATCH v4] btrfs: retry verity reads for not-uptodate Merkle folios
https://lore.kernel.org/all/20260722025435.1493093-1-chenyichong@xxxxxxxxxxxxx/

Thanks,
Yichong