diff options
| author | Michael Halcrow <mhalcrow@google.com> | 2015-04-14 20:50:49 -0400 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-05-27 19:39:57 +0200 |
| commit | 185317fe189a98c38fc5a41a44b65dd4bd872703 (patch) | |
| tree | 6db6c9b13e402fc83dd0b556b08ad2dc44f91107 /fs/ext4/Makefile | |
| parent | d645a5478cff01c8239c48bd093430bcc7dd12f5 (diff) | |
| download | android_kernel_m2note-185317fe189a98c38fc5a41a44b65dd4bd872703.tar.gz | |
ext4 crypto: filename encryption facilities
Change-Id: I3747c17790c296dbef4ee8d8d4405796ef462aa8
Signed-off-by: Uday Savagaonkar <savagaon@google.com>
Signed-off-by: Ildar Muslukhov <ildarm@google.com>
Signed-off-by: Michael Halcrow <mhalcrow@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Theodore Ts'o <tytso@google.com>
Diffstat (limited to 'fs/ext4/Makefile')
| -rw-r--r-- | fs/ext4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext4/Makefile b/fs/ext4/Makefile index 4e5af21f1..75285ea9a 100644 --- a/fs/ext4/Makefile +++ b/fs/ext4/Makefile @@ -12,4 +12,5 @@ ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \ ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o ext4-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o -ext4-$(CONFIG_EXT4_FS_ENCRYPTION) += crypto_policy.o crypto.o crypto_key.o +ext4-$(CONFIG_EXT4_FS_ENCRYPTION) += crypto_policy.o crypto.o \ + crypto_key.o crypto_fname.o |
