diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-04-30 01:10:53 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-05-29 01:41:55 +0300 |
commit | cbaf042a3cc6c37f9005fd6952cbf2013ab7cc15 (patch) | |
tree | 2aa53a29b5337e5052ae09dbc892fd53772d30c1 /fs/f2fs/f2fs.h | |
parent | e7d5545285ededcf73dc7cbb9b7c65d0259f2b44 (diff) | |
download | linux-cbaf042a3cc6c37f9005fd6952cbf2013ab7cc15.tar.xz |
f2fs crypto: add symlink encryption
This patch implements encryption support for symlink.
Signed-off-by: Uday Savagaonkar <savagaon@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r-- | fs/f2fs/f2fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index ea4f48f3073c..20e7be613d1e 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -1920,6 +1920,7 @@ extern const struct address_space_operations f2fs_node_aops; extern const struct address_space_operations f2fs_meta_aops; extern const struct inode_operations f2fs_dir_inode_operations; extern const struct inode_operations f2fs_symlink_inode_operations; +extern const struct inode_operations f2fs_encrypted_symlink_inode_operations; extern const struct inode_operations f2fs_special_inode_operations; extern struct kmem_cache *inode_entry_slab; |