]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
authorJeff Layton <jlayton@kernel.org>
Fri, 7 Aug 2020 19:47:17 +0000 (15:47 -0400)
committerJeff Layton <jlayton@kernel.org>
Tue, 7 Dec 2021 15:32:47 +0000 (10:32 -0500)
commitec7cd8372332e2de1d5431d1e43a7f0fd1870459
treedac9bf4d1e4671facb6c6bdbf6eeded56f47c473
parent7ed162458c6c22bb5d83cead4884f1a1df2612c0
ceph: make d_revalidate call fscrypt revalidator for encrypted dentries

If we have a dentry which represents a no-key name, then we need to test
whether the parent directory's encryption key has since been added.  Do
that before we test anything else about the dentry.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
fs/ceph/dir.c