diff options
Diffstat (limited to 'include/linux/cred.h')
-rw-r--r-- | include/linux/cred.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cred.h b/include/linux/cred.h index ddd45bb74887..efb6edf32de7 100644 --- a/include/linux/cred.h +++ b/include/linux/cred.h | |||
@@ -138,7 +138,7 @@ struct cred { | |||
138 | #ifdef CONFIG_KEYS | 138 | #ifdef CONFIG_KEYS |
139 | unsigned char jit_keyring; /* default keyring to attach requested | 139 | unsigned char jit_keyring; /* default keyring to attach requested |
140 | * keys to */ | 140 | * keys to */ |
141 | struct key __rcu *session_keyring; /* keyring inherited over fork */ | 141 | struct key *session_keyring; /* keyring inherited over fork */ |
142 | struct key *process_keyring; /* keyring private to this process */ | 142 | struct key *process_keyring; /* keyring private to this process */ |
143 | struct key *thread_keyring; /* keyring private to this thread */ | 143 | struct key *thread_keyring; /* keyring private to this thread */ |
144 | struct key *request_key_auth; /* assumed request_key authority */ | 144 | struct key *request_key_auth; /* assumed request_key authority */ |