Re: [PATCH] btrfs: remove verity Merkle folio from page cache on error
Philip Li <[email protected]>
| Newsgroups | dev.linux.lists.oe-kbuild-all,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <aoKawcCHfWigO8Rz@rli9-mobl> |
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/[email protected]/ > > Thanks, > Yichong >