Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346303
b: refs/heads/master
c: dd34ad3
h: refs/heads/master
i:
  346301: cdb658b
  346299: d5c601c
  346295: 7f48035
  346287: 6bfadae
  346271: 7ef295a
  346239: b075f10
v: v3
  • Loading branch information
Eric W. Biederman committed Nov 19, 2012
1 parent f8aee34 commit b5eb86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 038e7332b8d4c0629a2965e3ede1a92e8e427bd6
refs/heads/master: dd34ad35c32bb3d16789d8d4084aead7e68a7b09
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/mips-mt-fpaff.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ static bool check_same_owner(struct task_struct *p)

rcu_read_lock();
pcred = __task_cred(p);
match = (cred->euid == pcred->euid ||
cred->euid == pcred->uid);
match = (uid_eq(cred->euid, pcred->euid) ||
uid_eq(cred->euid, pcred->uid));
rcu_read_unlock();
return match;
}
Expand Down

0 comments on commit b5eb86d

Please sign in to comment.