namespacecheck: automated fixes
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Thomas Gleixner
parent
de067814d6
commit
2ddfd20e7c
@@ -1996,7 +1996,7 @@ static struct shrinker mmu_shrinker = {
|
||||
.seeks = DEFAULT_SEEKS * 10,
|
||||
};
|
||||
|
||||
void mmu_destroy_caches(void)
|
||||
static void mmu_destroy_caches(void)
|
||||
{
|
||||
if (pte_chain_cache)
|
||||
kmem_cache_destroy(pte_chain_cache);
|
||||
|
Reference in New Issue
Block a user