commit | 04b79c55201f02ffd675e1231d731365e335c307 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Jan 19 16:06:10 2021 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Jan 26 15:10:58 2021 +0100 |
tree | 470b54f9823fd454bfd6f29eb5ba1e39b5e4b939 | |
parent | 12bb3f7f1b03d5913b3f9d4236a488aa7774dfe9 [diff] |
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