On Sun, Jul 09, 2023 at 02:53:45PM -0400, Sweet Tea Dorminy wrote: > The other half of using per-extent infos is saving and loading them from > disk. > > Signed-off-by: Sweet Tea Dorminy <sweettea-kernel@xxxxxxxxxx> > --- > fs/crypto/keysetup.c | 50 ++++++++++++++++++++++++++++++++++++++++- > fs/crypto/policy.c | 20 +++++++++++++++++ > include/linux/fscrypt.h | 17 ++++++++++++++ > 3 files changed, 86 insertions(+), 1 deletion(-) > > diff --git a/fs/crypto/keysetup.c b/fs/crypto/keysetup.c > index c8cdcd4fe835..3b80e7061039 100644 > --- a/fs/crypto/keysetup.c > +++ b/fs/crypto/keysetup.c > @@ -847,7 +847,6 @@ int fscrypt_get_encryption_info(struct inode *inode, bool allow_unsupported) > IS_CASEFOLDED(inode) && > S_ISDIR(inode->i_mode), > NULL); > - Errant change. Thanks, Josef