userfaultfd: selftest: enable testing of UFFDIO_ZEROPAGE for shmem
Link: http://lkml.kernel.org/r/1497939652-16528-8-git-send-email-rppt@linux.vnet.ibm.com Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: Hillf Danton <hillf.zj@alibaba-inc.com> Cc: Hugh Dickins <hughd@google.com> Cc: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
ce53e8e6f2
commit
824f973904
|
@ -198,7 +198,7 @@ static struct uffd_test_ops anon_uffd_test_ops = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct uffd_test_ops shmem_uffd_test_ops = {
|
static struct uffd_test_ops shmem_uffd_test_ops = {
|
||||||
.expected_ioctls = UFFD_API_RANGE_IOCTLS_BASIC,
|
.expected_ioctls = ANON_EXPECTED_IOCTLS,
|
||||||
.allocate_area = shmem_allocate_area,
|
.allocate_area = shmem_allocate_area,
|
||||||
.release_pages = shmem_release_pages,
|
.release_pages = shmem_release_pages,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue