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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Mar 2019 16:58:48 +0000 (17:58 +0100)
commitfc8176da28b51794f44cf95c2e5a7604ad4d9b8e
treefd1bfb78ab035ea2121d071eb62f0a2811e6f6c3
parent7bba7aff51ea3709d0a548d9e9eb69953d787400
selftests/vm/gup_benchmark.c: match gup struct to kernel

[ Upstream commit 91cd63d320f84dcbf21d4327f31f7e1f85adebd0 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/vm/gup_benchmark.c