Skip to content
Commit 547b1e81 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Fix staging driver use of VM_RESERVED

The VM_RESERVED flag was killed off in commit 314e51b9

 ("mm: kill
vma flag VM_RESERVED and mm->reserved_vm counter"), and replaced by the
proper semantic flags (eg "don't core-dump" etc).  But there was a new
use of VM_RESERVED that got missed by the merge.

Fix the remaining use of VM_RESERVED in the vfio_pci driver, replacing
the VM_RESERVED flag with VM_DONTEXPAND | VM_DONTDUMP.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation,org>
parent 9e2d8656
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment