Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37733
b: refs/heads/master
c: 3dc9079
h: refs/heads/master
i:
  37731: 6773b76
v: v3
  • Loading branch information
Zachary Amsden authored and Linus Torvalds committed Oct 1, 2006
1 parent 2364402 commit ee03fd4
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: bd4c8ce41a2e2f0c5bf54343ab54e8e09faec021
refs/heads/master: 3dc907951446b9317b1887223caa4e083390de9f
2 changes: 1 addition & 1 deletion trunk/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ copy_one_pte(struct mm_struct *dst_mm, struct mm_struct *src_mm,
*/
if (is_cow_mapping(vm_flags)) {
ptep_set_wrprotect(src_mm, addr, src_pte);
pte = *src_pte;
pte = pte_wrprotect(pte);
}

/*
Expand Down

0 comments on commit ee03fd4

Please sign in to comment.