* [PATCH] selftests: filesystems: mount-notify: remove kernel_fsid_t
@ 2025-08-27 11:32 Bala-Vignesh-Reddy
0 siblings, 0 replies; only message in thread
From: Bala-Vignesh-Reddy @ 2025-08-27 11:32 UTC (permalink / raw)
To: shuah
Cc: brauner, amir73il, jhubbard, mszeredi, jack, skhan,
linux-kselftest, linux-kernel, Bala-Vignesh-Reddy,
kernel test robot
Build kselftests casues compile error:
error: conflicting types for ‘__kernel_fsid_t’;
have ‘struct <anonymous>’
22 | } __kernel_fsid_t;
This removes the declaration of kernel_fsid_t.
Reported-by: kernel test robot <oliver.sang@intel.com>
Closes: https://lore.kernel.org/oe-lkp/202508110628.65069d92-lkp@intel.com
Signed-off-by: Bala-Vignesh-Reddy <reddybalavignesh9979@gmail.com>
---
.../filesystems/mount-notify/mount-notify_test.c | 8 --------
.../filesystems/mount-notify/mount-notify_test_ns.c | 8 --------
2 files changed, 16 deletions(-)
diff --git a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
index 63ce708d93ed..a853671f2505 100644
--- a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
+++ b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
@@ -14,14 +14,6 @@
#include "../../kselftest_harness.h"
#include "../statmount/statmount.h"
#include "../utils.h"
-
-// Needed for linux/fanotify.h
-#ifndef __kernel_fsid_t
-typedef struct {
- int val[2];
-} __kernel_fsid_t;
-#endif
-
#include <sys/fanotify.h>
static const char root_mntpoint_templ[] = "/tmp/mount-notify_test_root.XXXXXX";
diff --git a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
index 090a5ca65004..2ca867687a60 100644
--- a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
+++ b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
@@ -15,14 +15,6 @@
#include "../../pidfd/pidfd.h"
#include "../statmount/statmount.h"
#include "../utils.h"
-
-// Needed for linux/fanotify.h
-#ifndef __kernel_fsid_t
-typedef struct {
- int val[2];
-} __kernel_fsid_t;
-#endif
-
#include <sys/fanotify.h>
static const char root_mntpoint_templ[] = "/tmp/mount-notify_test_root.XXXXXX";
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-27 11:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-27 11:32 [PATCH] selftests: filesystems: mount-notify: remove kernel_fsid_t Bala-Vignesh-Reddy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).