aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/key.h')
-rw-r--r--include/linux/key.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/key.h b/include/linux/key.h
index cef3b315ba7c..890699815212 100644
--- a/include/linux/key.h
+++ b/include/linux/key.h
@@ -264,6 +264,7 @@ extern int key_unlink(struct key *keyring,
264 264
265extern struct key *keyring_alloc(const char *description, uid_t uid, gid_t gid, 265extern struct key *keyring_alloc(const char *description, uid_t uid, gid_t gid,
266 const struct cred *cred, 266 const struct cred *cred,
267 key_perm_t perm,
267 unsigned long flags, 268 unsigned long flags,
268 struct key *dest); 269 struct key *dest);
269 270