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