Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190104
b: refs/heads/master
c: e134d20
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and James Morris committed Apr 21, 2010
1 parent 08e902e commit 586e936
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: eff30363c0b8b057f773108589bfd8881659fe74
refs/heads/master: e134d200d57d43b171dcb0b55c178a1a0c7db14a
2 changes: 0 additions & 2 deletions trunk/kernel/cred.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,6 @@ bool creds_are_invalid(const struct cred *cred)
{
if (cred->magic != CRED_MAGIC)
return true;
if (atomic_read(&cred->usage) < atomic_read(&cred->subscribers))
return true;
#ifdef CONFIG_SECURITY_SELINUX
if (selinux_is_enabled()) {
if ((unsigned long) cred->security < PAGE_SIZE)
Expand Down

0 comments on commit 586e936

Please sign in to comment.