linux-stable/drivers/vfio/pci
Linus Torvalds 547b1e81af Fix staging driver use of VM_RESERVED
The VM_RESERVED flag was killed off in commit 314e51b985 ("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: Linus Torvalds <torvalds@linux-foundation,org>
2012-10-09 21:06:41 +09:00
..
Kconfig
Makefile
vfio_pci.c Fix staging driver use of VM_RESERVED 2012-10-09 21:06:41 +09:00
vfio_pci_config.c
vfio_pci_intrs.c
vfio_pci_private.h
vfio_pci_rdwr.c