]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove "nokey" check from ext4_lookup()
authorEric Biggers <ebiggers@google.com>
Fri, 7 Apr 2017 17:58:38 +0000 (10:58 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 May 2017 15:44:33 +0000 (11:44 -0400)
commit6b7265a062a7604920055acca21068bc64326ac3
treeceda8d80e64f8ed57eb6bc08701e2f1c9ec19582
parent2824999928409e517cc5ed910f58926e56f989eb
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>
fs/ext4/namei.c