Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145867
b: refs/heads/master
c: a5a2a0c
h: refs/heads/master
i:
  145865: cc59f9b
  145863: 11421a6
v: v3
  • Loading branch information
Darren Hart authored and Thomas Gleixner committed Apr 10, 2009
1 parent 2e73c6a commit ed045f4
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: d2de688891909b148efe83a6fc9520a9cd6015f0
refs/heads/master: a5a2a0c7fa039c59619bc908b3b1ed24734d442a
2 changes: 1 addition & 1 deletion trunk/kernel/futex.c
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ static int futex_wait_setup(u32 __user *uaddr, u32 val, int fshared,
q->key = FUTEX_KEY_INIT;
ret = get_futex_key(uaddr, fshared, &q->key);
if (unlikely(ret != 0))
goto out;
return ret;

retry_private:
*hb = queue_lock(q);
Expand Down

0 comments on commit ed045f4

Please sign in to comment.