Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288183
b: refs/heads/master
c: cd2934a
h: refs/heads/master
i:
  288181: b9fe185
  288179: 6aa0663
  288175: 2797a2b
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 5, 2012
1 parent 564151a commit 4519cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 835ee7978cb47de94cf70232a694f19295d2993f
refs/heads/master: cd2934a3b3057eb048f8b4fb82e941d24a043207
2 changes: 1 addition & 1 deletion trunk/mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2277,8 +2277,8 @@ void __unmap_hugepage_range(struct vm_area_struct *vma, unsigned long start,
set_page_dirty(page);
list_add(&page->lru, &page_list);
}
spin_unlock(&mm->page_table_lock);
flush_tlb_range(vma, start, end);
spin_unlock(&mm->page_table_lock);
mmu_notifier_invalidate_range_end(mm, start, end);
list_for_each_entry_safe(page, tmp, &page_list, lru) {
page_remove_rmap(page);
Expand Down

0 comments on commit 4519cc7

Please sign in to comment.