Searched hist:"88 f6b4c32e531dc5b06bd05144f790847a1fdaeb" (Results 1 – 1 of 1) sorted by relevance
/linux/mm/ |
H A D | mmap.c | diff 88f6b4c32e531dc5b06bd05144f790847a1fdaeb Thu Mar 22 00:34:16 CET 2012 Kautuk Consul <consul.kautuk@gmail.com> 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 <consul.kautuk@gmail.com> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|