Re: [RFC][PATCH v2 02/13] integrity: Introduce a digest cache

From: Roberto Sassu
Date: Wed Aug 16 2023 - 04:23:25 EST


On 8/14/2023 7:03 PM, Jarkko Sakkinen wrote:
On Sat Aug 12, 2023 at 1:46 PM EEST, Roberto Sassu wrote:
From: Roberto Sassu <roberto.sassu@xxxxxxxxxx>

Introduce the digest cache, a structure holding a hash table of digests,
extracted from a digest list. Its pointer is stored in the iint of the

What is iint? I honestly don't know what it is. I first thought that it
was "int" typoed.

Ops. It is the integrity_iint_cache structure, to retain the integrity-specific state of an inode. Will explain that in the next version.

Thanks

Roberto