diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-05-12 13:33:00 -0700 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-06-01 16:20:56 -0700 |
commit | 640778fbc97b36757bd1f857ba4b599a200517c2 (patch) | |
tree | 9cbbe8144f1a4090c23ebdf96104287224df2d2a /fs/f2fs/f2fs_crypto.h | |
parent | 8bacf6deb02367008cc25244d9c3d23b0f797048 (diff) | |
download | op-kernel-dev-640778fbc97b36757bd1f857ba4b599a200517c2.zip op-kernel-dev-640778fbc97b36757bd1f857ba4b599a200517c2.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs_crypto.h b/fs/f2fs/f2fs_crypto.h index 6e41394..58682d2 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; |