From: Kautuk Consul Date: Wed, 21 Mar 2012 23:34:16 +0000 (-0700) Subject: mmap.c: fix comment for __insert_vm_struct() X-Git-Tag: v3.4-rc1~158^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f6b4c32e531dc5b06bd05144f790847a1fdaeb;p=pandora-kernel.git 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. [akpm@linux-foundation.org: improve comment layout and text] Signed-off-by: Kautuk Consul Acked-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed