Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97235
b: refs/heads/master
c: 42172d7
h: refs/heads/master
i:
  97233: 451a357
  97231: b83f93a
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed May 24, 2008
1 parent dfc3e50 commit 3fa96b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: c2448278e3be3a43fe0343e138444742af1e99ae
refs/heads/master: 42172d751b4596b8ca4346a1c251b5f1c661ab0c
2 changes: 0 additions & 2 deletions trunk/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -2295,8 +2295,6 @@ static int __do_fault(struct mm_struct *mm, struct vm_area_struct *vma,
vmf.flags = flags;
vmf.page = NULL;

BUG_ON(vma->vm_flags & VM_PFNMAP);

ret = vma->vm_ops->fault(vma, &vmf);
if (unlikely(ret & (VM_FAULT_ERROR | VM_FAULT_NOPAGE)))
return ret;
Expand Down

0 comments on commit 3fa96b9

Please sign in to comment.