Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33257
b: refs/heads/master
c: ce2c6b5
h: refs/heads/master
i:
  33255: 1043504
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed Aug 6, 2006
1 parent e51b812 commit 3841c47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2b8de5f50e4a302b83ebcd5b0120621336d50bd6
refs/heads/master: ce2c6b53847afc444c4d0a7a1075c61f499c57a5
6 changes: 3 additions & 3 deletions trunk/kernel/futex_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void compat_exit_robust_list(struct task_struct *curr)
{
struct compat_robust_list_head __user *head = curr->compat_robust_list;
struct robust_list __user *entry, *pending;
unsigned int limit = ROBUST_LIST_LIMIT, pi;
unsigned int limit = ROBUST_LIST_LIMIT, pi, pip;
compat_uptr_t uentry, upending;
compat_long_t futex_offset;

Expand All @@ -59,10 +59,10 @@ void compat_exit_robust_list(struct task_struct *curr)
* if it exists:
*/
if (fetch_robust_entry(&upending, &pending,
&head->list_op_pending, &pi))
&head->list_op_pending, &pip))
return;
if (upending)
handle_futex_death((void *)pending + futex_offset, curr, pi);
handle_futex_death((void *)pending + futex_offset, curr, pip);

while (compat_ptr(uentry) != &head->list) {
/*
Expand Down

0 comments on commit 3841c47

Please sign in to comment.