]> Pileus Git - ~andy/linux/blobdiff - drivers/media/v4l2-core/videobuf-vmalloc.c
Merge branch 'for-3.10/mt-hybrid-finger-pen' into for-linus
[~andy/linux] / drivers / media / v4l2-core / videobuf-vmalloc.c
index df142580e44cfac0b9451411a43bcd461f572de0..2ff7fcc77b1104fe7d1ca1a2a9d5738ede27acb7 100644 (file)
@@ -270,7 +270,7 @@ static int __videobuf_mmap_mapper(struct videobuf_queue *q,
        }
 
        vma->vm_ops          = &videobuf_vm_ops;
-       vma->vm_flags       |= VM_DONTEXPAND | VM_RESERVED;
+       vma->vm_flags       |= VM_DONTEXPAND | VM_DONTDUMP;
        vma->vm_private_data = map;
 
        dprintk(1, "mmap %p: q=%p %08lx-%08lx (%lx) pgoff %08lx buf %d\n",