diff options
| author | Namhyung Kim <namhyung@kernel.org> | 2026-05-10 13:23:42 -0700 |
|---|---|---|
| committer | Namhyung Kim <namhyung@kernel.org> | 2026-05-14 14:48:32 -0700 |
| commit | ca706027b5bdb37337e1b99752134d592f42f0ea (patch) | |
| tree | 5d6b09ba67c54d2b14915efc1469ad9f88d84811 | |
| parent | b30e1493e3e27b6795244a472f0bbd07d0dc58fd (diff) | |
perf trace: Sync uapi/linux/mount.h with the kernel source
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>
| -rw-r--r-- | tools/perf/trace/beauty/include/uapi/linux/mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/trace/beauty/include/uapi/linux/mount.h b/tools/perf/trace/beauty/include/uapi/linux/mount.h index d9d86598d100..2204708dbf7a 100644 --- a/tools/perf/trace/beauty/include/uapi/linux/mount.h +++ b/tools/perf/trace/beauty/include/uapi/linux/mount.h @@ -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. |
