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