diff options
Diffstat (limited to 'include/linux/key.h')
| -rw-r--r-- | include/linux/key.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/key.h b/include/linux/key.h index 2393b1c040b..4dfde1161c5 100644 --- a/include/linux/key.h +++ b/include/linux/key.h | |||
| @@ -265,6 +265,7 @@ extern int key_unlink(struct key *keyring, | |||
| 265 | 265 | ||
| 266 | extern struct key *keyring_alloc(const char *description, kuid_t uid, kgid_t gid, | 266 | extern struct key *keyring_alloc(const char *description, kuid_t uid, kgid_t gid, |
| 267 | const struct cred *cred, | 267 | const struct cred *cred, |
| 268 | key_perm_t perm, | ||
| 268 | unsigned long flags, | 269 | unsigned long flags, |
| 269 | struct key *dest); | 270 | struct key *dest); |
| 270 | 271 | ||
