aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugobjects.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debugobjects.c')
-rw-r--r--lib/debugobjects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugobjects.c b/lib/debugobjects.c
index 105ecfc47d8c..994be4805cec 100644
--- a/lib/debugobjects.c
+++ b/lib/debugobjects.c
@@ -53,7 +53,7 @@ static int obj_nr_tofree;
53static struct kmem_cache *obj_cache; 53static struct kmem_cache *obj_cache;
54 54
55static int debug_objects_maxchain __read_mostly; 55static int debug_objects_maxchain __read_mostly;
56static int debug_objects_maxchecked __read_mostly; 56static int __maybe_unused debug_objects_maxchecked __read_mostly;
57static int debug_objects_fixups __read_mostly; 57static int debug_objects_fixups __read_mostly;
58static int debug_objects_warnings __read_mostly; 58static int debug_objects_warnings __read_mostly;
59static int debug_objects_enabled __read_mostly 59static int debug_objects_enabled __read_mostly