Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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.com


Signed-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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{
+1 −1
Original line number Diff line number Diff line
@@ -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)
{