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)
commitcf35ca69131d5fc8febb74629d173e0731bf49c0
tree894ff15a7806dbe4f7f899b0c92a1ffadacbd719
parent1821df040ac3cd6a57518739f345da6d50ea9d3f
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