diff options
author | Andreas Schwab <schwab@suse.de> | 2007-07-31 09:38:51 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-01 00:39:40 +0200 |
commit | f54f098612d7f86463b5fb4763d03533d634de73 (patch) | |
tree | 22c18dd521e6a182647ad8304ab28434060f0c8c /Documentation | |
parent | Fix leak on /proc/lockdep_stats (diff) | |
download | linux-f54f098612d7f86463b5fb4763d03533d634de73.tar.xz linux-f54f098612d7f86463b5fb4763d03533d634de73.zip |
futex: pass nr_wake2 to futex_wake_op
The fourth argument of sys_futex is ignored when op == FUTEX_WAKE_OP,
but futex_wake_op expects it as its nr_wake2 parameter.
The only user of this operation in glibc is always passing 1, so this
bug had no consequences so far.
Signed-off-by: Andreas Schwab <schwab@suse.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Ulrich Drepper <drepper@redhat.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions