]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
perf trace: Sync uapi/linux/mount.h with the kernel source
authorNamhyung Kim <namhyung@kernel.org>
Sun, 10 May 2026 20:23:42 +0000 (13:23 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 14 May 2026 21:48:32 +0000 (14:48 -0700)
To pick up changes from:

 5e8969bd19271241 ("mount: add FSMOUNT_NAMESPACE")

This would be used to beautify mount syscall arguments and not to
affect builds of other tools (e.g. objtool).

Please see tools/include/uapi/README.

Reviewed-by: Ian Rogers <irogers@google.com>
Cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/trace/beauty/include/uapi/linux/mount.h

index d9d86598d100cb328a7854a0551897d23dc76247..2204708dbf7a583ab21669e1efa4921c64b2efe5 100644 (file)
@@ -110,6 +110,7 @@ enum fsconfig_command {
  * fsmount() flags.
  */
 #define FSMOUNT_CLOEXEC                0x00000001
+#define FSMOUNT_NAMESPACE      0x00000002      /* Create the mount in a new mount namespace */
 
 /*
  * Mount attributes.