Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192398
b: refs/heads/master
c: 512ea3b
h: refs/heads/master
v: v3
  • Loading branch information
Chihau Chau authored and James Morris committed Mar 9, 2010
1 parent c514341 commit 998baf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c43a7523470dc2d9947fa114a0b54317975d4c04
refs/heads/master: 512ea3bc30c0e052a961e1abce8e783f3e28c92a
7 changes: 3 additions & 4 deletions trunk/security/keys/keyring.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <linux/seq_file.h>
#include <linux/err.h>
#include <keys/keyring-type.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#include "internal.h"

/*
Expand Down Expand Up @@ -304,7 +304,7 @@ key_ref_t keyring_search_aux(key_ref_t keyring_ref,
key_check(keyring);

/* top keyring must have search permission to begin the search */
err = key_task_permission(keyring_ref, cred, KEY_SEARCH);
err = key_task_permission(keyring_ref, cred, KEY_SEARCH);
if (err < 0) {
key_ref = ERR_PTR(err);
goto error;
Expand Down Expand Up @@ -773,8 +773,7 @@ int __key_link(struct key *keyring, struct key *key)
smp_wmb();
klist->nkeys++;
smp_wmb();
}
else {
} else {
/* grow the key list */
max = 4;
if (klist)
Expand Down

0 comments on commit 998baf3

Please sign in to comment.