diff options
Diffstat (limited to 'include/linux/cred.h')
| -rw-r--r-- | include/linux/cred.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cred.h b/include/linux/cred.h index abb2cd50f6b..04421e82536 100644 --- a/include/linux/cred.h +++ b/include/linux/cred.h @@ -128,7 +128,6 @@ struct cred {  	struct key	*process_keyring; /* keyring private to this process */  	struct key	*thread_keyring; /* keyring private to this thread */  	struct key	*request_key_auth; /* assumed request_key authority */ -	struct thread_group_cred *tgcred; /* thread-group shared credentials */  #endif  #ifdef CONFIG_SECURITY  	void		*security;	/* subjective LSM security */  |