Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64871
b: refs/heads/master
c: 179c85e
h: refs/heads/master
i:
  64869: f516aa3
  64867: 9796d2e
  64863: afbd37a
v: v3
  • Loading branch information
Arnd Bergmann authored and Linus Torvalds committed Sep 12, 2007
1 parent 4907098 commit d0518b6
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: a570ab6f10462b062c28188b64377b8034235761
refs/heads/master: 179c85ea53bef807621f335767e41e23f86f01df
4 changes: 2 additions & 2 deletions trunk/kernel/futex_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ void compat_exit_robust_list(struct task_struct *curr)
if (fetch_robust_entry(&upending, &pending,
&head->list_op_pending, &pip))
return;
if (upending)
if (pending)
handle_futex_death((void __user *)pending + futex_offset, curr, pip);

while (compat_ptr(uentry) != &head->list) {
while (entry != (struct robust_list __user *) &head->list) {
/*
* A pending lock might already be on the list, so
* dont process it twice:
Expand Down

0 comments on commit d0518b6

Please sign in to comment.