diff options
Diffstat (limited to 'drivers/xen/gntdev.c')
-rw-r--r-- | drivers/xen/gntdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/gntdev.c b/drivers/xen/gntdev.c index 2ea0b3b2a91d..1be5dd048622 100644 --- a/drivers/xen/gntdev.c +++ b/drivers/xen/gntdev.c | |||
@@ -804,7 +804,7 @@ static int gntdev_mmap(struct file *flip, struct vm_area_struct *vma) | |||
804 | 804 | ||
805 | vma->vm_ops = &gntdev_vmops; | 805 | vma->vm_ops = &gntdev_vmops; |
806 | 806 | ||
807 | vma->vm_flags |= VM_DONTEXPAND | VM_DONTDUMP; | 807 | vma->vm_flags |= VM_DONTEXPAND | VM_DONTDUMP | VM_IO; |
808 | 808 | ||
809 | if (use_ptemod) | 809 | if (use_ptemod) |
810 | vma->vm_flags |= VM_DONTCOPY; | 810 | vma->vm_flags |= VM_DONTCOPY; |