diff options
author | Theodore Ts'o <tytso@mit.edu> | 2015-05-18 13:20:47 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2015-05-18 13:20:47 -0400 |
commit | 1aaa6e8b24114757a836ae0e62d2096deb76f274 (patch) | |
tree | 3f9e93f18c1c1d7ce9e66f844efed706755d0281 /fs/ext4/ext4_crypto.h | |
parent | 8ee0371470038371729a39ee6669a2132ac47649 (diff) |
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>
Diffstat (limited to 'fs/ext4/ext4_crypto.h')
-rw-r--r-- | fs/ext4/ext4_crypto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/ext4_crypto.h b/fs/ext4/ext4_crypto.h index d29687c232bd..69faf0e9f874 100644 --- a/fs/ext4/ext4_crypto.h +++ b/fs/ext4/ext4_crypto.h @@ -74,7 +74,6 @@ struct ext4_encryption_key { } __attribute__((__packed__)); struct ext4_crypt_info { - unsigned char ci_mode; unsigned char ci_size; char ci_data_mode; char ci_filename_mode; |