futex: Replace pointless printk in fixup_owner()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 19 Jan 2021 15:06:10 +0000 (16:06 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 26 Jan 2021 14:10:58 +0000 (15:10 +0100)
commit04b79c55201f02ffd675e1231d731365e335c307
tree470b54f9823fd454bfd6f29eb5ba1e39b5e4b939
parent12bb3f7f1b03d5913b3f9d4236a488aa7774dfe9
futex: Replace pointless printk in fixup_owner()

If that unexpected case of inconsistent arguments ever happens then the
futex state is left completely inconsistent and the printk is not really
helpful. Replace it with a warning and make the state consistent.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: stable@vger.kernel.org
kernel/futex.c