diff options
author | Thomas Gleixner <[email protected]> | 2021-03-22 09:46:13 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2021-03-23 12:20:23 +0100 |
commit | 291da9d4a9eb3a1cb0610b7f4480f5b52b1825e7 (patch) | |
tree | dc36a4a00e9b7159b779e5b73934beaac0159bb4 /scripts/gdb/linux/dmesg.py | |
parent | 38c93587375053c5b9ef093f4a5ea754538cba32 (diff) |
locking/mutex: Fix non debug version of mutex_lock_io_nested()
If CONFIG_DEBUG_LOCK_ALLOC=n then mutex_lock_io_nested() maps to
mutex_lock() which is clearly wrong because mutex_lock() lacks the
io_schedule_prepare()/finish() invocations.
Map it to mutex_lock_io().
Fixes: f21860bac05b ("locking/mutex, sched/wait: Fix the mutex_lock_io_nested() define")
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/dmesg.py')
0 files changed, 0 insertions, 0 deletions