Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123159
b: refs/heads/master
c: 42569c3
h: refs/heads/master
i:
  123157: 381561f
  123155: dfc1633
  123151: 302e5a9
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Sep 30, 2008
1 parent c2eacb2 commit f2b5178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2f9f20154bfb137ccdf8c9159992429a40dfe20
refs/heads/master: 42569c39917a08e8de1e8b5685463be7b74baebd
1 change: 1 addition & 0 deletions trunk/kernel/futex.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ static int get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key)
return -EFAULT;
key->private.mm = mm;
key->private.address = address;
get_futex_key_refs(key);
return 0;
}

Expand Down

0 comments on commit f2b5178

Please sign in to comment.