diff options
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 40c93fe41cc3..bd3cafd0949d 100644 --- a/fs/ecryptfs/ecryptfs_kernel.h +++ b/fs/ecryptfs/ecryptfs_kernel.h | |||
@@ -331,7 +331,6 @@ struct ecryptfs_global_auth_tok { | |||
331 | u32 flags; | 331 | u32 flags; |
332 | struct list_head mount_crypt_stat_list; | 332 | struct list_head mount_crypt_stat_list; |
333 | struct key *global_auth_tok_key; | 333 | struct key *global_auth_tok_key; |
334 | struct ecryptfs_auth_tok *global_auth_tok; | ||
335 | unsigned char sig[ECRYPTFS_SIG_SIZE_HEX + 1]; | 334 | unsigned char sig[ECRYPTFS_SIG_SIZE_HEX + 1]; |
336 | }; | 335 | }; |
337 | 336 | ||