Re: [PATCH v8 03/22] ovl: use core fsverity ensure info interface
Eric Biggers <[email protected]> Wed, 22 Apr 2026 15:46:04 -0700
| Newsgroups | dev.linux.lists.fsverity,net.sourceforge.lists.linux-f2fs-devel,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-ext4,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-unionfs,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <20260422224604.GA2226@sol> |
On Wed, Apr 22, 2026 at 11:59:11AM +0200, Andrey Albershteyn wrote:
> > The 'if (!fsverity_active(inode) && IS_VERITY(inode)) {' condition
> > should stay
>
> Why? With recent changes, the fsverity_active() now checks for
> IS_VERITY() instead of verity_descriptor.
>
Okay, I forgot that that had changed. Looks like the kerneldoc never
got updated, though. It still says "This checks whether the inode's
verity info has been set."
- Eric