diff options
author | Eric Biggers <ebiggers@google.com> | 2017-10-09 21:15:43 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2017-10-19 01:52:38 +0200 |
commit | 32c3cf028e747d1e9cf0679b16dcbe3794fe4853 (patch) | |
tree | 812ab8801463d63ae0f41ced67168817988b6b9f /mm | |
parent | fscrypt: new helper function - fscrypt_prepare_rename() (diff) | |
download | linux-32c3cf028e747d1e9cf0679b16dcbe3794fe4853.tar.xz linux-32c3cf028e747d1e9cf0679b16dcbe3794fe4853.zip |
fscrypt: new helper function - fscrypt_prepare_lookup()
Introduce a helper function which prepares to look up the given dentry
in the given directory. If the directory is encrypted, it handles
loading the directory's encryption key, setting the dentry's ->d_op to
fscrypt_d_ops, and setting DCACHE_ENCRYPTED_WITH_KEY if the directory's
encryption key is available.
Note: once all filesystems switch over to this, we'll be able to move
fscrypt_d_ops and fscrypt_set_encrypted_dentry() to fscrypt_private.h.
Acked-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions