diff options
| author | Hugh Dickins <hugh@veritas.com> | 2005-06-21 20:15:08 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 21:46:19 -0400 |
| commit | 45918e1a8bfcabc1cb4570b8df276655020eac45 (patch) | |
| tree | 4caf6a8b634de389e758d2b4c037208f098b3141 /kernel/fork.c | |
| parent | 91612e0df20a52f61db3cac280c153311b36df7a (diff) | |
[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>
Diffstat (limited to 'kernel/fork.c')
| -rw-r--r-- | kernel/fork.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index 876b31cd822d..a28d11e10877 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
| @@ -250,8 +250,9 @@ static inline int dup_mmap(struct mm_struct * mm, struct mm_struct * oldmm) | |||
| 250 | 250 | ||
| 251 | /* | 251 | /* |
| 252 | * Link in the new vma and copy the page table entries: | 252 | * Link in the new vma and copy the page table entries: |
| 253 | * link in first so that swapoff can see swap entries, | 253 | * link in first so that swapoff can see swap entries. |
| 254 | * and try_to_unmap_one's find_vma find the new vma. | 254 | * Note that, exceptionally, here the vma is inserted |
| 255 | * without holding mm->mmap_sem. | ||
| 255 | */ | 256 | */ |
| 256 | spin_lock(&mm->page_table_lock); | 257 | spin_lock(&mm->page_table_lock); |
| 257 | *pprev = tmp; | 258 | *pprev = tmp; |
