[PATCH] dup_mmap: update comment on new vma
commit45918e1a8bfcabc1cb4570b8df276655020eac45
authorHugh Dickins <hugh@veritas.com>
Wed, 22 Jun 2005 00:15:08 +0000 (21 17:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 01:46:19 +0000 (21 18:46 -0700)
tree4caf6a8b634de389e758d2b4c037208f098b3141
parent91612e0df20a52f61db3cac280c153311b36df7a
[PATCH] dup_mmap: update comment on new vma

Remove part of comment on linking new vma in dup_mmap: since anon_vma rmap
came in, try_to_unmap_one knows the vma without needing find_vma.  But add
a comment to note that here vma is inserted without mmap_sem.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/fork.c