]> git.baikalelectronics.ru Git - kernel.git/commit
futex: Clarify comment in futex_requeue()
authorThomas Gleixner <tglx@linutronix.de>
Sun, 15 Aug 2021 21:29:14 +0000 (23:29 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 17 Aug 2021 17:05:51 +0000 (19:05 +0200)
commit3a7513902fa16bd2039faabeabc82e4b08375c9e
treeff14ddca626ff4d58f6360582a263818d6897a53
parentc1f04727f37b7b5d08d4386637aa1fb1e6bda975
futex: Clarify comment in futex_requeue()

The comment about the restriction of the number of waiters to wake for the
REQUEUE_PI case is confusing at best. Rewrite it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210815211305.524990421@linutronix.de
kernel/futex.c