]> git.itanic.dy.fi Git - linux-stable/commit
futex: Simplify fixup_pi_state_owner()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 19 Jan 2021 15:26:38 +0000 (16:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Jan 2021 12:55:17 +0000 (13:55 +0100)
commitabc4dd792f8db54470a888ca825166fbba59ee78
tree79b20223df7ea32fa2f7e075381e1e2f038cc2fd
parenta597f12e971c3859fdcc503a25008b37a891f043
futex: Simplify fixup_pi_state_owner()

commit f2dac39d93987f7de1e20b3988c8685523247ae2 upstream

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/futex.c