diff --git a/mm/slub.c b/mm/slub.c index cf5c4edb9f2c..97c567121794 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -7488,4 +7488,6 @@ void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) sinfo->objects_per_slab = oo_objects(s->oo); sinfo->cache_order = oo_order(s->oo); } +EXPORT_SYMBOL_NS_GPL(get_slabinfo, MINIDUMP); + #endif /* CONFIG_SLUB_DEBUG */