commit | 1bc0af600b011dbbf9bbf39664b858ea2e365729 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sat Apr 29 23:27:26 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Apr 29 23:27:26 2017 -0400 |
tree | fd59ad97664de94f429398d0557aa7289d19fc24 | |
parent | 5052b069acf73866d00077d8bc49983c3ee903e5 [diff] |
ext4: trim return value and 'dir' argument from ext4_insert_dentry() 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@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>