selftests/mount_settattr: remove duplicate syscall definitions
authorAmir Goldstein <amir73il@gmail.com>
Fri, 9 May 2025 13:32:36 +0000 (15:32 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 12 May 2025 09:40:12 +0000 (11:40 +0200)
commitec050f2adf378184b9cdf0c65d967bc2ca4045a6
tree81e5db419e869829c19e23af67f93b48d7e5ab7e
parentef058fc1e5e991f1e869f448d53b36f66be163ed
selftests/mount_settattr: remove duplicate syscall definitions

Which are already defined in wrappers.h.

For now, the syscall defintions of mount_settattr() itself
remain in the test, which is the only test to use them.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Link: https://lore.kernel.org/20250509133240.529330-5-amir73il@gmail.com
Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
tools/testing/selftests/mount_setattr/mount_setattr_test.c