diff options
Diffstat (limited to 'mm/rmap.c')
| -rw-r--r-- | mm/rmap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/rmap.c b/mm/rmap.c index fede5c7910b..41ac39749ef 100644 --- a/mm/rmap.c +++ b/mm/rmap.c @@ -149,7 +149,7 @@ static void anon_vma_ctor(void *data, struct kmem_cache *cachep,  void __init anon_vma_init(void)  {  	anon_vma_cachep = kmem_cache_create("anon_vma", sizeof(struct anon_vma), -			0, SLAB_DESTROY_BY_RCU|SLAB_PANIC, anon_vma_ctor, NULL); +			0, SLAB_DESTROY_BY_RCU|SLAB_PANIC, anon_vma_ctor);  }  /*  |