On Tue, Apr 04, 2017 at 02:30:11PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > In the initial implementation of ext4 encryption, the filename was > encrypted in ext4_insert_dentry(), which could fail and also required > access to the 'dir' inode. Since then ext4 filename encryption has been > changed to encrypt the filename earlier, so we can revert the additions > to ext4_insert_dentry(). > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> Thanks, applied. - Ted