Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45119
b: refs/heads/master
c: d6e88e6
h: refs/heads/master
i:
  45117: 48aed75
  45115: e26dfe2
  45111: cea814a
  45103: 37143e9
  45087: 0a7558d
  45055: dc1301f
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Dec 30, 2006
1 parent 20cbfb9 commit 4568485
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: 0f5486ecf7d510595c2af630aae31ed5846bdbeb
refs/heads/master: d6e88e671ac12888df2d533dd4ddef705431a32a
2 changes: 1 addition & 1 deletion trunk/mm/rmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ static int page_mkclean_one(struct page *page, struct vm_area_struct *vma)
entry = ptep_clear_flush(vma, address, pte);
entry = pte_wrprotect(entry);
entry = pte_mkclean(entry);
set_pte_at(vma, address, pte, entry);
set_pte_at(mm, address, pte, entry);
lazy_mmu_prot_update(entry);
ret = 1;
}
Expand Down

0 comments on commit 4568485

Please sign in to comment.