On Wed, Jul 23, 2025 at 12:57:40PM +0200, Christian Brauner wrote: > fs/crypto: use accessors
fscrypt: use accessors to get/set inode info pointer > Use accessor to get and set the fscrypt info from the filesystem. > They can be removed once all filesystems have been converted to make > room for fscrypt info in their own inodes. > > Signed-off-by: Christian Brauner <brau...@kernel.org> It would make more sense for this to be patch 1. Patch 2 then would be "fscrypt: add support for inode_info_offs", adding the field and the support for it in the accessors. - Eric