futex: Simplify fixup_pi_state_owner()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 19 Jan 2021 15:26:38 +0000 (16:26 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 26 Jan 2021 14:10:59 +0000 (15:10 +0100)
commitf2dac39d93987f7de1e20b3988c8685523247ae2
tree794e359ec4dd352876cd9c5e62446179ff823af8
parent6ccc84f917d33312eb2846bd7b567639f585ad6d
futex: Simplify fixup_pi_state_owner()

Too many gotos already and an upcoming fix would make it even more
unreadable.

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