diff options
author | Roberto Sassu <roberto.sassu@polito.it> | 2011-03-21 11:00:51 -0400 |
---|---|---|
committer | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | 2011-03-28 02:49:39 -0400 |
commit | cf35ca69131d5fc8febb74629d173e0731bf49c0 (patch) | |
tree | 894ff15a7806dbe4f7f899b0c92a1ffadacbd719 /fs/ecryptfs/ecryptfs_kernel.h | |
parent | 1821df040ac3cd6a57518739f345da6d50ea9d3f (diff) |
eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat
This patch removes the 'num_global_auth_toks' field of the
ecryptfs_mount_crypt_stat structure, used to count the number of items in
the 'global_auth_tok_list' list. This variable is not needed because there
are no checks based upon it.
Signed-off-by: Roberto Sassu <roberto.sassu@polito.it>
Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
Diffstat (limited to 'fs/ecryptfs/ecryptfs_kernel.h')
-rw-r--r-- | fs/ecryptfs/ecryptfs_kernel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ecryptfs/ecryptfs_kernel.h b/fs/ecryptfs/ecryptfs_kernel.h index 3ef5b0030231..6c6b8261092e 100644 --- a/fs/ecryptfs/ecryptfs_kernel.h +++ b/fs/ecryptfs/ecryptfs_kernel.h | |||
@@ -378,7 +378,6 @@ struct ecryptfs_mount_crypt_stat { | |||
378 | u32 flags; | 378 | u32 flags; |
379 | struct list_head global_auth_tok_list; | 379 | struct list_head global_auth_tok_list; |
380 | struct mutex global_auth_tok_list_mutex; | 380 | struct mutex global_auth_tok_list_mutex; |
381 | size_t num_global_auth_toks; | ||
382 | size_t global_default_cipher_key_size; | 381 | size_t global_default_cipher_key_size; |
383 | size_t global_default_fn_cipher_key_bytes; | 382 | size_t global_default_fn_cipher_key_bytes; |
384 | unsigned char global_default_cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE | 383 | unsigned char global_default_cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE |