Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188911
b: refs/heads/master
c: cb53237
h: refs/heads/master
i:
  188909: 4a18cf7
  188907: 55c774d
  188903: 665b60c
  188895: 5a8dad1
v: v3
  • Loading branch information
Robin Holt authored and Linus Torvalds committed Mar 24, 2010
1 parent 91fed68 commit 530e552
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: 20072205fcdf7d85cd3101f1f11dfab333c5fd0c
refs/heads/master: cb53237513bd1e090cce120efe12ede72c932b5f
2 changes: 1 addition & 1 deletion trunk/mm/ksm.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ static int write_protect_page(struct vm_area_struct *vma, struct page *page,
* page
*/
if (page_mapcount(page) + 1 + swapped != page_count(page)) {
set_pte_at_notify(mm, addr, ptep, entry);
set_pte_at(mm, addr, ptep, entry);
goto out_unlock;
}
entry = pte_wrprotect(entry);
Expand Down

0 comments on commit 530e552

Please sign in to comment.