From 1065251e71981ceadd7421c6eacca57869a7e9fe Mon Sep 17 00:00:00 2001 From: celtare21 Date: Tue, 21 Jan 2020 10:59:46 +0000 Subject: [PATCH] lib: Disable debug_locks Signed-off-by: celtare21 Signed-off-by: Pajdek --- lib/debug_locks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/debug_locks.c b/lib/debug_locks.c index 124fdf238b3d..d939e1e00eb9 100644 --- a/lib/debug_locks.c +++ b/lib/debug_locks.c @@ -21,7 +21,7 @@ * that would just muddy the log. So we report the first one and * shut up after that. */ -int debug_locks = 1; +int debug_locks __read_mostly = 0; EXPORT_SYMBOL_GPL(debug_locks); /*