OSDN Git Service

futex: Drop leftover wake_q_add() comment
authorDavidlohr Bueso <dave@stgolabs.net>
Wed, 23 Oct 2019 03:34:50 +0000 (20:34 -0700)
committerIngo Molnar <mingo@kernel.org>
Tue, 29 Oct 2019 11:22:52 +0000 (12:22 +0100)
commit751459043cc87c3f0098034b15ca5252d12539ab
treea6496149a046f56868bd7fc2237fef94a34cd1ac
parent5facae4f3549b5cf7c0e10ec312a65ffd43b5726
futex: Drop leftover wake_q_add() comment

Since the original comment, we have moved to do the task
reference counting explicitly along with wake_q_add_safe().
Drop the now incorrect comment.

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: dave@stgolabs.net
Link: https://lkml.kernel.org/r/20191023033450.6445-1-dave@stgolabs.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/futex.c