diff options
Diffstat (limited to 'include/linux/cred.h')
-rw-r--r-- | include/linux/cred.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/cred.h b/include/linux/cred.h index eaf6fa695a04..8edb4d1d5427 100644 --- a/include/linux/cred.h +++ b/include/linux/cred.h | |||
@@ -84,8 +84,6 @@ struct thread_group_cred { | |||
84 | struct key *process_keyring; /* keyring private to this process */ | 84 | struct key *process_keyring; /* keyring private to this process */ |
85 | struct rcu_head rcu; /* RCU deletion hook */ | 85 | struct rcu_head rcu; /* RCU deletion hook */ |
86 | }; | 86 | }; |
87 | |||
88 | extern void release_tgcred(struct cred *cred); | ||
89 | #endif | 87 | #endif |
90 | 88 | ||
91 | /* | 89 | /* |
@@ -144,6 +142,7 @@ struct cred { | |||
144 | extern void __put_cred(struct cred *); | 142 | extern void __put_cred(struct cred *); |
145 | extern int copy_creds(struct task_struct *, unsigned long); | 143 | extern int copy_creds(struct task_struct *, unsigned long); |
146 | extern struct cred *prepare_creds(void); | 144 | extern struct cred *prepare_creds(void); |
145 | extern struct cred *prepare_exec_creds(void); | ||
147 | extern struct cred *prepare_usermodehelper_creds(void); | 146 | extern struct cred *prepare_usermodehelper_creds(void); |
148 | extern int commit_creds(struct cred *); | 147 | extern int commit_creds(struct cred *); |
149 | extern void abort_creds(struct cred *); | 148 | extern void abort_creds(struct cred *); |