Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65317
b: refs/heads/master
c: dd204d6
h: refs/heads/master
i:
  65315: e320520
v: v3
  • Loading branch information
Yan Zheng authored and Linus Torvalds committed Oct 8, 2007
1 parent f34bf6c commit da71785
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: a200ee182a016752464a12cb2e8762e48254bb09
refs/heads/master: dd204d63cd11509081b41d7ab305fdc173382039
2 changes: 1 addition & 1 deletion trunk/mm/fremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ asmlinkage long sys_remap_file_pages(unsigned long start, unsigned long size,
if (vma->vm_private_data && !(vma->vm_flags & VM_NONLINEAR))
goto out;

if (!vma->vm_flags & VM_CAN_NONLINEAR)
if (!(vma->vm_flags & VM_CAN_NONLINEAR))
goto out;

if (end <= start || start < vma->vm_start || end > vma->vm_end)
Expand Down

0 comments on commit da71785

Please sign in to comment.