diff options
author | James Morris <jmorris@namei.org> | 2010-05-06 08:21:04 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-05-06 08:21:04 -0400 |
commit | 043b4d40f53131c5f72eca2a46555fe35328a930 (patch) | |
tree | 02a40eeb688f7ed9730e26a22f39ad7e04378de2 /security/keys/request_key.c | |
parent | 292823814261e085cdcef06b6b691e6c2563fbd4 (diff) | |
parent | 722154e4cacf015161efe60009ae9be23d492296 (diff) |
Merge branch 'master' into next
Conflicts:
security/keys/keyring.c
Resolved conflict with whitespace fix in find_keyring_by_name()
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/keys/request_key.c')
-rw-r--r-- | security/keys/request_key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/request_key.c b/security/keys/request_key.c index 1bc38587adc4..ac49c8aacbf0 100644 --- a/security/keys/request_key.c +++ b/security/keys/request_key.c | |||
@@ -94,7 +94,7 @@ static int call_sbin_request_key(struct key_construction *cons, | |||
94 | } | 94 | } |
95 | 95 | ||
96 | /* attach the auth key to the session keyring */ | 96 | /* attach the auth key to the session keyring */ |
97 | ret = __key_link(keyring, authkey); | 97 | ret = key_link(keyring, authkey); |
98 | if (ret < 0) | 98 | if (ret < 0) |
99 | goto error_link; | 99 | goto error_link; |
100 | 100 | ||