summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@kernel.org>2025-12-23 01:57:10 +0300
committerNamhyung Kim <namhyung@kernel.org>2025-12-24 22:42:48 +0300
commit45e07a6f3a19c8d8502e16bb4189ba9bee57f361 (patch)
tree8e50b2fcf88342c93585fc5627497f33df835b4f
parent4bd8d145731fb30d3e392db723e18feeb864706e (diff)
downloadlinux-45e07a6f3a19c8d8502e16bb4189ba9bee57f361.tar.xz
tools headers: Sync UAPI linux/mount.h with kernel sources
To pick up changes from: 78f0e33cd6c939a5 ("fs/namespace: correctly handle errors returned by grab_requested_mnt_ns") This should be used to beautify mount syscall arguments and it addresses these tools/perf build warnings: Warning: Kernel ABI header differences: diff -u tools/perf/trace/beauty/include/uapi/linux/mount.h include/uapi/linux/mount.h Please see tools/include/uapi/README. Cc: linux-fsdevel@vger.kernel.org Signed-off-by: Namhyung Kim <namhyung@kernel.org>
-rw-r--r--tools/perf/trace/beauty/include/uapi/linux/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/trace/beauty/include/uapi/linux/mount.h b/tools/perf/trace/beauty/include/uapi/linux/mount.h
index 7fa67c2031a5..5d3f8c9e3a62 100644
--- a/tools/perf/trace/beauty/include/uapi/linux/mount.h
+++ b/tools/perf/trace/beauty/include/uapi/linux/mount.h
@@ -197,7 +197,7 @@ struct statmount {
*/
struct mnt_id_req {
__u32 size;
- __u32 spare;
+ __u32 mnt_ns_fd;
__u64 mnt_id;
__u64 param;
__u64 mnt_ns_id;