Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6871
b: refs/heads/master
c: 4944e76
h: refs/heads/master
i:
  6869: 98690c3
  6867: d04b29b
  6863: 08505f3
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Sep 5, 2005
1 parent 87f3950 commit f23f207
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: d44ed4f86892e350f4b16a3489b7e7c1a9bb7ead
refs/heads/master: 4944e76d81801b8e60ed3e7789443f210c16ed65
2 changes: 1 addition & 1 deletion trunk/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@ static int do_file_page(struct mm_struct * mm, struct vm_area_struct * vma,
* Fall back to the linear mapping if the fs does not support
* ->populate:
*/
if (!vma->vm_ops || !vma->vm_ops->populate ||
if (!vma->vm_ops->populate ||
(write_access && !(vma->vm_flags & VM_SHARED))) {
pte_clear(mm, address, pte);
return do_no_page(mm, vma, address, write_access, pte, pmd);
Expand Down

0 comments on commit f23f207

Please sign in to comment.