summaryrefslogtreecommitdiffstats
path: root/scullv/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'scullv/mmap.c')
-rw-r--r--scullv/mmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scullv/mmap.c b/scullv/mmap.c
index 4b6f48c..e934f41 100644
--- a/scullv/mmap.c
+++ b/scullv/mmap.c
@@ -113,7 +113,6 @@ int scullv_mmap(struct file *filp, struct vm_area_struct *vma)
/* don't do anything here: "nopage" will set up page table entries */
vma->vm_ops = &scullv_vm_ops;
- vma->vm_flags |= VM_RESERVED;
vma->vm_private_data = filp->private_data;
scullv_vma_open(vma);
return 0;