On Tue, Jul 22, 2025 at 09:27:26PM +0200, Christian Brauner wrote: > Store the offset of the fsverity data pointer from struct inode in > struct super_operations. Both are embedded in the filesystem's private > inode. > > This will allow us to drop the fsverity data pointer from struct inode > itself and move it into the filesystem's inode.
Same point re store in super_block itself.