eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat
[deliverable/linux.git] / fs / ecryptfs / ecryptfs_kernel.h
index 3ef5b0030231635fa5037929baf980608a9ba6fe..6c6b8261092ef557f62c0e4c09aa30615c6da005 100644 (file)
@@ -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
This page took 0.024516 seconds and 5 git commands to generate.