Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207232
b: refs/heads/master
c: 5e549e9
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Arcangeli authored and Linus Torvalds committed Aug 10, 2010
1 parent 4d730c3 commit 8acee3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ff36b801624d02a876bb7deded6ab860ea3503f2
refs/heads/master: 5e549e989f94de0596b8149a90e0088e7d4d7c97
2 changes: 0 additions & 2 deletions trunk/mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,12 +452,10 @@ static void vma_link(struct mm_struct *mm, struct vm_area_struct *vma,
spin_lock(&mapping->i_mmap_lock);
vma->vm_truncate_count = mapping->truncate_count;
}
vma_lock_anon_vma(vma);

__vma_link(mm, vma, prev, rb_link, rb_parent);
__vma_link_file(vma);

vma_unlock_anon_vma(vma);
if (mapping)
spin_unlock(&mapping->i_mmap_lock);

Expand Down

0 comments on commit 8acee3e

Please sign in to comment.