Re: [PATCH] btrfs: remove verity Merkle folio from page cache on error
From: Philip Li
Date: Mon Aug 17 2026 - 01:23:45 EST
On Mon, Aug 17, 2026 at 10:37:26AM +0800, Yichong Chen wrote:
> 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():
Thanks for the info, and sorry for the meaningless report, we will improve
the logic to fix the bot.
>
> [PATCH v4] btrfs: retry verity reads for not-uptodate Merkle folios
> https://lore.kernel.org/all/20260722025435.1493093-1-chenyichong@xxxxxxxxxxxxx/
>
> Thanks,
> Yichong
>