ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames
authorTheodore Ts'o <tytso@mit.edu>
Sun, 12 Apr 2015 04:56:26 +0000 (00:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 12 Apr 2015 04:56:26 +0000 (00:56 -0400)
For encrypted directories, we need to pass in a separate parameter for
the decrypted filename, since the directory entry contains the
encrypted filename.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/dir.c
fs/ext4/ext4.h
fs/ext4/inline.c
fs/ext4/namei.c

diff --cc fs/ext4/dir.c
Simple merge
diff --cc fs/ext4/ext4.h
Simple merge
Simple merge
diff --cc fs/ext4/namei.c
Simple merge