mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
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>
This commit is contained in:
parent
1821df040a
commit
cf35ca6913
3 changed files with 0 additions and 3 deletions
|
@ -378,7 +378,6 @@ struct ecryptfs_mount_crypt_stat {
|
|||
u32 flags;
|
||||
struct list_head global_auth_tok_list;
|
||||
struct mutex global_auth_tok_list_mutex;
|
||||
size_t num_global_auth_toks;
|
||||
size_t global_default_cipher_key_size;
|
||||
size_t global_default_fn_cipher_key_bytes;
|
||||
unsigned char global_default_cipher_name[ECRYPTFS_MAX_CIPHER_NAME_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue