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