Commit 3edf41d8 authored by seokhoon.yoon's avatar seokhoon.yoon Committed by Linus Torvalds

mm: fix comments for mmap_init()

mmap_init() is no longer associated with VMA slab.  So fix it.

Link: http://lkml.kernel.org/r/1485182601-9294-1-git-send-email-iamyooon@gmail.comSigned-off-by: default avatarseokhoon.yoon <iamyooon@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 11bac800
......@@ -3446,7 +3446,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)
{
......
......@@ -517,7 +517,7 @@ SYSCALL_DEFINE1(brk, unsigned long, brk)
}
/*
* initialise the VMA and region record slabs
* initialise the percpu counter for VM and region record slabs
*/
void __init mmap_init(void)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment