]> git.baikalelectronics.ru Git - kernel.git/commit
eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat
authorRoberto Sassu <roberto.sassu@polito.it>
Mon, 21 Mar 2011 15:00:51 +0000 (16:00 +0100)
committerTyler Hicks <tyhicks@linux.vnet.ibm.com>
Mon, 28 Mar 2011 06:49:39 +0000 (01:49 -0500)
commit86afc8050bbaaed3a5881c46580010e5bfd173a8
tree894ff15a7806dbe4f7f899b0c92a1ffadacbd719
parent9e92b01b4b30f2f8c17beb6323b869b7043791e3
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>
fs/ecryptfs/crypto.c
fs/ecryptfs/ecryptfs_kernel.h
fs/ecryptfs/keystore.c