Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205190
b: refs/heads/master
c: 1e456a1
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Aug 6, 2010
1 parent ae72c53 commit 269fc05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc1caf6eafb30ea185720e29f7f5eccca61ecd60
refs/heads/master: 1e456a124353a753e9d1fadfbf5cd459c2f197ae
2 changes: 2 additions & 0 deletions trunk/security/keys/request_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@ int wait_for_key_construction(struct key *key, bool intr)
intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE);
if (ret < 0)
return ret;
if (test_bit(KEY_FLAG_NEGATIVE, &key->flags))
return -ENOKEY;
return key_validate(key);
}
EXPORT_SYMBOL(wait_for_key_construction);
Expand Down

0 comments on commit 269fc05

Please sign in to comment.