Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349703
b: refs/heads/master
c: 6e66688
h: refs/heads/master
i:
  349701: 2b1a4ae
  349699: 32f5c75
  349695: 613abe4
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Feb 12, 2013
1 parent c5fc22c commit 4bae74f
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: 4ba902b5741859a04fdb90d675b9a87721a3fd59
refs/heads/master: 6e6668845fe593414a938b7726d6359b5570ac5a
2 changes: 1 addition & 1 deletion trunk/kernel/pid.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ struct pid *alloc_pid(struct pid_namespace *ns)
return pid;

out_unlock:
spin_unlock(&pidmap_lock);
spin_unlock_irq(&pidmap_lock);
out_free:
while (++i <= ns->level)
free_pidmap(pid->numbers + i);
Expand Down

0 comments on commit 4bae74f

Please sign in to comment.