The patch titled Subject: mmap.c: fix comment for __insert_vm_struct() has been added to the -mm tree. Its filename is mmapc-fix-comment-for-__insert_vm_struct.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Kautuk Consul <consul.kautuk@xxxxxxxxx> Subject: mmap.c: fix comment for __insert_vm_struct() The comment above __insert_vm_struct seems to suggest that this function is also going to link the VMA with the anon_vma, but this is not true. This function only links the VMA to the mm->mm_rb tree and the mm->mmap linked list. Signed-off-by: Kautuk Consul <consul.kautuk@xxxxxxxxx> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN mm/mmap.c~mmapc-fix-comment-for-__insert_vm_struct mm/mmap.c --- a/mm/mmap.c~mmapc-fix-comment-for-__insert_vm_struct +++ a/mm/mmap.c @@ -453,8 +453,8 @@ static void vma_link(struct mm_struct *m /* * Helper for vma_adjust in the split_vma insert case: - * insert vm structure into list and rbtree and anon_vma, - * but it has already been inserted into prio_tree earlier. + * insert vm structure into list and rbtree, but it has + * already been inserted into prio_tree earlier. */ static void __insert_vm_struct(struct mm_struct *mm, struct vm_area_struct *vma) { _ Subject: Subject: mmap.c: fix comment for __insert_vm_struct() Patches currently in -mm which might be from consul.kautuk@xxxxxxxxx are rmap-anon_vma_prepare-reduce-code-duplication-by-calling-anon_vma_chain_link.patch page_allocc-remove-add_from_early_node_map.patch page_alloc-remove-unused-find_zone_movable_pfns_for_nodes-argument.patch mmapc-fix-comment-for-__insert_vm_struct.patch mmapc-fix-comment-for-__insert_vm_struct-fix.patch -- 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