From: Peter Zijlstra Date: Tue, 15 Sep 2009 17:14:42 +0000 (+0200) Subject: sched: Fix sync wakeups again X-Git-Tag: v2.6.32-rc1~652^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63859d4fe4c97b737e7adbfe60acb1c2b2e668cb;p=pandora-kernel.git sched: Fix sync wakeups again The sync argument rename to introduce WF_* broke stuff by missing a local alias for an argument in __wake_up_common, fix it by using the more descriptive wake_flags name. This restores WF_SYNC propagation, which fixes wake_affine() behaviour, which fixes pipe-test. Signed-off-by: Peter Zijlstra LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed