mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
perf trace: Sync uapi/linux/mount.h with the kernel source
To pick up changes from:
5e8969bd19 ("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>
This commit is contained in:
parent
b30e1493e3
commit
ca706027b5
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user