Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120742
b: refs/heads/master
c: 6ded6ab
h: refs/heads/master
v: v3
  • Loading branch information
Serge Hallyn committed Nov 24, 2008
1 parent 8d9deeb commit 53c53dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 18b6e0414e42d95183f07d8177e3ff0241abd825
refs/heads/master: 6ded6ab9be4f6164aef1c527407c1b94f0929799
2 changes: 1 addition & 1 deletion trunk/kernel/user.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ struct user_struct *find_user(uid_t uid)
{
struct user_struct *ret;
unsigned long flags;
struct user_namespace *ns = current_user()->user_ns;
struct user_namespace *ns = current_user_ns();

spin_lock_irqsave(&uidhash_lock, flags);
ret = uid_hash_find(uid, uidhashentry(ns, uid));
Expand Down

0 comments on commit 53c53dc

Please sign in to comment.