On Fri, Apr 07, 2017 at 10:58:38AM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > 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@xxxxxxxxxx> Thanks, applied. - Ted