commit | 8c68084bff7a852252cf91985fa8111ae4673f91 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Apr 07 10:58:38 2017 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 04 11:44:33 2017 -0400 |
tree | ceda8d80e64f8ed57eb6bc08701e2f1c9ec19582 | |
parent | 272f98f6846277378e1758a49a49d7bf39343c02 [diff] |
ext4: remove "nokey" check from ext4_lookup() Now that fscrypt_has_permitted_context() correctly handles the case where we have the key for the parent directory but not the child, we don't need to try to work around this in ext4_lookup(). Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>