commit | c18eaa3aca43688a3aee199d85ce4227686a29b6 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sun Aug 15 23:29:14 2021 +0200 |
committer | Ingo Molnar <mingo@kernel.org> | Tue Aug 17 19:05:51 2021 +0200 |
tree | ff14ddca626ff4d58f6360582a263818d6897a53 | |
parent | 64b7b715f7f92ae3233446b4a4cdda3524fcd4b0 [diff] |
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