From 383ae9b7d6d12942b4f14554a56e194b87b540f6 Mon Sep 17 00:00:00 2001 From: Kautuk Consul Date: Wed, 21 Mar 2012 16:34:16 -0700 Subject: [PATCH] --- yaml --- r: 292671 b: refs/heads/master c: 88f6b4c32e531dc5b06bd05144f790847a1fdaeb h: refs/heads/master i: 292669: 72925a4b1627709f3359435e1dc9b8158718f2b3 292667: 439e16a6de989734dfbb017a2026a1ed75ab7212 292663: 751e1b65dae999c152f2e2e0bd01107d4b81ff43 292655: b00db001f8356f128bf49ffa188efdab9c7043d7 292639: 4e9062d481c7909b119d8184dee10e4e6e6139c6 292607: e60f2bab68f4e9d74d5650fdf6520cd34cc996cb v: v3 --- [refs] | 2 +- trunk/mm/mmap.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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) {