From: Andreas Schwab Date: Tue, 31 Jul 2007 07:38:51 +0000 (-0700) Subject: futex: pass nr_wake2 to futex_wake_op X-Git-Tag: v2.6.23-rc2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f54f098612d7f86463b5fb4763d03533d634de73;p=pandora-kernel.git 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 Cc: Ingo Molnar Signed-off-by: Ulrich Drepper Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed