Re: [f2fs-dev] [PATCH] fscrypt: export fscrypt_d_revalidate()

2020-09-28 Thread Eric Biggers
On Wed, Sep 23, 2020 at 10:47:21PM -0700, Eric Biggers wrote: > From: Eric Biggers > > Dentries that represent no-key names must have a dentry_operations that > includes fscrypt_d_revalidate(). Currently, this is handled by > fscrypt_prepare_lookup() installing fscrypt_d_ops. > > However, ceph

Re: [f2fs-dev] [PATCH] fscrypt: export fscrypt_d_revalidate()

2020-09-24 Thread Jeff Layton
On Wed, 2020-09-23 at 22:47 -0700, Eric Biggers wrote: > From: Eric Biggers > > Dentries that represent no-key names must have a dentry_operations that > includes fscrypt_d_revalidate(). Currently, this is handled by > fscrypt_prepare_lookup() installing fscrypt_d_ops. > > However, ceph

[f2fs-dev] [PATCH] fscrypt: export fscrypt_d_revalidate()

2020-09-23 Thread Eric Biggers
From: Eric Biggers Dentries that represent no-key names must have a dentry_operations that includes fscrypt_d_revalidate(). Currently, this is handled by fscrypt_prepare_lookup() installing fscrypt_d_ops. However, ceph support for encryption