From: Darren Hart Date: Tue, 22 Sep 2009 05:30:30 +0000 (-0700) Subject: futex: Correct futex_q woken state commentary X-Git-Tag: v2.6.32-rc1~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d88fbb186fe3ea37b2a58adb32413c98b59656;p=pandora-kernel.git futex: Correct futex_q woken state commentary Use kernel-doc format to describe struct futex_q. Correct the wakeup definition to eliminate the statement about waking the waiter between the plist_del() and the q->lock_ptr = 0. Note in the comment that PI futexes have a different definition of the woken state. Signed-off-by: Darren Hart Acked-by: Peter Zijlstra Cc: Steven Rostedt Cc: Eric Dumazet Cc: Dinakar Guniguntala Cc: John Stultz LKML-Reference: <20090922053029.8717.62798.stgit@Aeon> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed