Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217537
b: refs/heads/master
c: 571428b
h: refs/heads/master
i:
  217535: 8c45f75
v: v3
  • Loading branch information
Namhyung Kim authored and Linus Torvalds committed Oct 26, 2010
1 parent d6231e4 commit f53b779
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 562f5e638de4ef451226552fe8dd7847bacea24e
refs/heads/master: 571428be550fbe37160596995e96ad398873fcbd
1 change: 1 addition & 0 deletions trunk/kernel/user.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ static struct user_struct *uid_hash_find(uid_t uid, struct hlist_head *hashent)
* upon function exit.
*/
static void free_user(struct user_struct *up, unsigned long flags)
__releases(&uidhash_lock)
{
uid_hash_remove(up);
spin_unlock_irqrestore(&uidhash_lock, flags);
Expand Down

0 comments on commit f53b779

Please sign in to comment.