mmap_init() is no longer associated with VMA slab. so fix it. Signed-off-by: seokhoon.yoon <iamyooon@xxxxxxxxx> --- mm/mmap.c | 2 +- mm/nommu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/mmap.c b/mm/mmap.c index dc4291d..3794ada 100644 --- a/mm/mmap.c +++ b/mm/mmap.c @@ -3433,7 +3433,7 @@ void mm_drop_all_locks(struct mm_struct *mm) } /* - * initialise the VMA slab + * initialise the percpu counter for VM */ void __init mmap_init(void) { diff --git a/mm/nommu.c b/mm/nommu.c index 24f9f5f..fd6b50a 100644 --- a/mm/nommu.c +++ b/mm/nommu.c @@ -517,7 +517,7 @@ int vm_insert_page(struct vm_area_struct *vma, unsigned long addr, } /* - * initialise the VMA and region record slabs + * initialise the percpu counter for VM and region record slabs */ void __init mmap_init(void) { -- 1.9.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>