The patch titled Subject: mm: fix comments for mmap_init() has been removed from the -mm tree. Its filename was mm-fix-comments-for-mmap_init.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: "seokhoon.yoon" <iamyooon@xxxxxxxxx> Subject: 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@xxxxxxxxx Signed-off-by: seokhoon.yoon <iamyooon@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mmap.c | 2 +- mm/nommu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN mm/mmap.c~mm-fix-comments-for-mmap_init mm/mmap.c --- a/mm/mmap.c~mm-fix-comments-for-mmap_init +++ a/mm/mmap.c @@ -3446,7 +3446,7 @@ void mm_drop_all_locks(struct mm_struct } /* - * initialise the VMA slab + * initialise the percpu counter for VM */ void __init mmap_init(void) { diff -puN mm/nommu.c~mm-fix-comments-for-mmap_init mm/nommu.c --- a/mm/nommu.c~mm-fix-comments-for-mmap_init +++ a/mm/nommu.c @@ -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) { _ Patches currently in -mm which might be from iamyooon@xxxxxxxxx are -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html