Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71182
b: refs/heads/master
c: 62769dc
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Walker authored and Linus Torvalds committed Oct 18, 2007
1 parent e913a9e commit 3fbefdd
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: 5600b892789c21749898e1ef815a2b9b152f51e0
refs/heads/master: 62769dce8616f4066a1349f798bdd4ef5dd8feca
2 changes: 1 addition & 1 deletion trunk/kernel/exec_domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ lookup_exec_domain(u_long personality)
{
struct exec_domain * ep;
u_long pers = personality(personality);

read_lock(&exec_domains_lock);
for (ep = exec_domains; ep; ep = ep->next) {
if (pers >= ep->pers_low && pers <= ep->pers_high)
Expand Down

0 comments on commit 3fbefdd

Please sign in to comment.