aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs_crypto.h
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2015-05-12 13:33:00 -0700
committerJaegeuk Kim <jaegeuk@kernel.org>2015-06-01 16:20:56 -0700
commit640778fbc97b36757bd1f857ba4b599a200517c2 (patch)
tree9cbbe8144f1a4090c23ebdf96104287224df2d2a /fs/f2fs/f2fs_crypto.h
parentf2fs crypto: use slab caches (diff)
downloadlinux-dev-640778fbc97b36757bd1f857ba4b599a200517c2.tar.xz
linux-dev-640778fbc97b36757bd1f857ba4b599a200517c2.zip
f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info
This patch integrates the below patch into f2fs. "ext4 crypto: get rid of ci_mode from struct ext4_crypt_info The ci_mode field was superfluous, and getting rid of it gets rid of an unused hole in the structure." Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/f2fs_crypto.h')
-rw-r--r--fs/f2fs/f2fs_crypto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs_crypto.h b/fs/f2fs/f2fs_crypto.h
index 6e4139493ba5..58682d2830e9 100644
--- a/fs/f2fs/f2fs_crypto.h
+++ b/fs/f2fs/f2fs_crypto.h
@@ -75,7 +75,6 @@ struct f2fs_encryption_key {
} __attribute__((__packed__));
struct f2fs_crypt_info {
- unsigned char ci_mode;
unsigned char ci_size;
char ci_data_mode;
char ci_filename_mode;