diff options
Diffstat (limited to 'lib/debugobjects.c')
| -rw-r--r-- | lib/debugobjects.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugobjects.c b/lib/debugobjects.c index a517256a270b..2a8e9d63fbe3 100644 --- a/lib/debugobjects.c +++ b/lib/debugobjects.c @@ -89,7 +89,7 @@ static int			debug_objects_pool_size __read_mostly  static int			debug_objects_pool_min_level __read_mostly  				= ODEBUG_POOL_MIN_LEVEL;  static const struct debug_obj_descr *descr_test  __read_mostly; -static struct kmem_cache	*obj_cache __read_mostly; +static struct kmem_cache	*obj_cache __ro_after_init;  /*   * Track numbers of kmem_cache_alloc()/free() calls done.  | 
