Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167113
b: refs/heads/master
c: eaaea80
h: refs/heads/master
i:
  167111: dbf751a
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Oct 5, 2009
1 parent 26ee740 commit 9d872e6
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: d014e8894dfc523dd9d2f2a17b6dcb94facea810
refs/heads/master: eaaea8036d0261d87d7072c5bc88c7ea730c18ac
2 changes: 1 addition & 1 deletion trunk/kernel/futex.c
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,8 @@ futex_wake_op(u32 __user *uaddr1, int fshared, u32 __user *uaddr2,
hb1 = hash_futex(&key1);
hb2 = hash_futex(&key2);

double_lock_hb(hb1, hb2);
retry_private:
double_lock_hb(hb1, hb2);
op_ret = futex_atomic_op_inuser(op, uaddr2);
if (unlikely(op_ret < 0)) {

Expand Down

0 comments on commit 9d872e6

Please sign in to comment.