mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ANDROID: mm: Export get_slabinfo
Export get_slabinfo symbol for loadable vendor modules. Bug: 176277895 Change-Id: I01870a370da9bf5db842ff14801d94ef79350560 Signed-off-by: Vijayanand Jitta <vjitta@codeaurora.org>
This commit is contained in:
committed by
Todd Kjos
parent
75d4170323
commit
df2e575fcc
@@ -4041,6 +4041,7 @@ void get_slabinfo(struct kmem_cache *cachep, struct slabinfo *sinfo)
|
||||
sinfo->objects_per_slab = cachep->num;
|
||||
sinfo->cache_order = cachep->gfporder;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(get_slabinfo);
|
||||
|
||||
void slabinfo_show_stats(struct seq_file *m, struct kmem_cache *cachep)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user