selftests/vm/gup_benchmark.c: match gup struct to kernel
authorAlison Schofield <alison.schofield@intel.com>
Sat, 8 Dec 2018 02:06:45 +0000 (18:06 -0800)
committerShuah Khan <shuah@kernel.org>
Tue, 15 Jan 2019 20:48:24 +0000 (13:48 -0700)
commit91cd63d320f84dcbf21d4327f31f7e1f85adebd0
treefa8b31361d7722ea263a76958763cd0f7e80bb46
parentb686057e95075b51939ade6b8c9b478a1011342a
selftests/vm/gup_benchmark.c: match gup struct to kernel

An expansion field was added to the kernel copy of this structure for
future use. See mm/gup_benchmark.c.

Add the same expansion field here, so that the IOCTL command decodes
correctly. Otherwise, it fails with EINVAL.

Signed-off-by: Alison Schofield <alison.schofield@intel.com>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
tools/testing/selftests/vm/gup_benchmark.c