locking/ww_mutex: Move the ww_mutex definitions from <linux/mutex.h> into <linux...
authorThomas Gleixner <tglx@linutronix.de>
Sun, 15 Aug 2021 21:28:34 +0000 (23:28 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 17 Aug 2021 16:24:31 +0000 (18:24 +0200)
commit4f1893ec8cfb4b17e3b89158a1e3e550a9a9bf3c
tree95d9b147d18a65717dadd320c347ced15b8cdac6
parent43d2d52d704e025518d35c3079fcbff744623166
locking/ww_mutex: Move the ww_mutex definitions from <linux/mutex.h> into <linux/ww_mutex.h>

Move the ww_mutex definitions into the ww_mutex specific header where they
belong.

Preparatory change to allow compiling ww_mutexes standalone.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210815211304.110216293@linutronix.de
include/linux/mutex.h
include/linux/ww_mutex.h