|
@@ -198,7 +198,7 @@ static struct uffd_test_ops anon_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,
|
|
|
.release_pages = shmem_release_pages,
|
|
|
};
|