]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
futex: Simplify fixup_pi_state_owner()
authorLee Jones <lee.jones@linaro.org>
Thu, 4 Feb 2021 17:29:02 +0000 (17:29 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Feb 2021 08:07:26 +0000 (09:07 +0100)
commit47e452fcf2f50645247aa0240ae26e0d14d6d3ad
treedeefe4ba2cbdfb907361c20b2e14ad636786094d
parentf08a4af5ccb2a907a225dfd3d882656e5473da4a
futex: Simplify fixup_pi_state_owner()

From: Thomas Gleixner <tglx@linutronix.de>

[ Upstream commit f2dac39d93987f7de1e20b3988c8685523247ae2 ]

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