From: Linus Torvalds Date: Tue, 9 Oct 2012 12:06:41 +0000 (+0900) Subject: Fix staging driver use of VM_RESERVED X-Git-Tag: v3.7-rc1~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=547b1e81afe3119f7daf702cc03b158495535a25;p=pandora-kernel.git Fix staging driver use of VM_RESERVED The VM_RESERVED flag was killed off in commit 314e51b9851b ("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 --- Reading git-diff-tree failed