aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-04-06 11:34:18 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-04-06 11:34:18 -0700
commit8f2e1a855b47fa9fd936eafa617a7ab4582bd916 (patch)
tree2b75c6efb1fce125f61b3bd5d7a452d9bdbd7fd8
parent105b64c83872c39d86c1e3dea9ee4185c62114dc (diff)
parentf1594bc676579133a3cd906d7d27733289edfb86 (diff)
downloadnvme-8f2e1a855b47fa9fd936eafa617a7ab4582bd916.tar.gz
Merge tag 'linux-kselftest-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kselftest fixes from Shuah Khan: "One single fix to mount_setattr_test build failure" * tag 'linux-kselftest-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests mount: Fix mount_setattr_test builds failed
-rw-r--r--tools/testing/selftests/mount_setattr/mount_setattr_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/mount_setattr/mount_setattr_test.c b/tools/testing/selftests/mount_setattr/mount_setattr_test.c
index 582669ca38e9dd..c6a8c732b80217 100644
--- a/tools/testing/selftests/mount_setattr/mount_setattr_test.c
+++ b/tools/testing/selftests/mount_setattr/mount_setattr_test.c
@@ -18,6 +18,7 @@
#include <grp.h>
#include <stdbool.h>
#include <stdarg.h>
+#include <linux/mount.h>
#include "../kselftest_harness.h"