diff --git a/[refs] b/[refs] index 4fcf32c5ec8f..0acc51fd8aeb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d71b5a73fe9af42752c4329b087f7911b35f8f79 +refs/heads/master: 88f6b4c32e531dc5b06bd05144f790847a1fdaeb diff --git a/trunk/mm/mmap.c b/trunk/mm/mmap.c index a19cc271e794..230f0bac06b6 100644 --- a/trunk/mm/mmap.c +++ b/trunk/mm/mmap.c @@ -451,9 +451,8 @@ static void vma_link(struct mm_struct *mm, struct vm_area_struct *vma, } /* - * 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. + * Helper for vma_adjust() in the split_vma insert case: insert a vma into the + * mm's list and rbtree. It has already been inserted into the prio_tree. */ static void __insert_vm_struct(struct mm_struct *mm, struct vm_area_struct *vma) {