KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]
[platform/kernel/linux-rpi.git] / include / linux / cred.h
index 85439ab..24520a5 100644 (file)
@@ -152,6 +152,7 @@ struct cred {
 extern void __put_cred(struct cred *);
 extern void exit_creds(struct task_struct *);
 extern int copy_creds(struct task_struct *, unsigned long);
+extern struct cred *cred_alloc_blank(void);
 extern struct cred *prepare_creds(void);
 extern struct cred *prepare_exec_creds(void);
 extern struct cred *prepare_usermodehelper_creds(void);