mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
[deliverable/linux.git] / drivers / video / vfb.c
index 501a922aa9dc425c0d45258c8fb19ac897d51da9..c7f692525b8849a64a492577bde6861c55bae71d 100644 (file)
@@ -439,7 +439,6 @@ static int vfb_mmap(struct fb_info *info,
                        size = 0;
        }
 
-       vma->vm_flags |= VM_RESERVED;   /* avoid to swap out this VMA */
        return 0;
 
 }
This page took 0.046058 seconds and 5 git commands to generate.