You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
memcg: un-export __memcg_kmem_get_cache
It is only used in slab and should not be used anywhere else so there is no need in exporting it. Signed-off-by: Vladimir Davydov <vdavydov@parallels.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
5f7a75acdb
commit
e8d9df3aba
@@ -3513,7 +3513,6 @@ out:
|
|||||||
rcu_read_unlock();
|
rcu_read_unlock();
|
||||||
return cachep;
|
return cachep;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(__memcg_kmem_get_cache);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We need to verify if the allocation against current->mm->owner's memcg is
|
* We need to verify if the allocation against current->mm->owner's memcg is
|
||||||
|
|||||||
Reference in New Issue
Block a user