We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71aa06 commit 42b0f8dCopy full SHA for 42b0f8d
include/uapi/linux/nsfs.h
@@ -3,6 +3,7 @@
3
#define __LINUX_NSFS_H
4
5
#include <linux/ioctl.h>
6
+#include <linux/types.h>
7
8
#define NSIO 0xb7
9
@@ -16,7 +17,7 @@
16
17
/* Get owner UID (in the caller's user namespace) for a user namespace */
18
#define NS_GET_OWNER_UID _IO(NSIO, 0x4)
19
/* Get the id for a mount namespace */
-#define NS_GET_MNTNS_ID _IO(NSIO, 0x5)
20
+#define NS_GET_MNTNS_ID _IOR(NSIO, 0x5, __u64)
21
/* Translate pid from target pid namespace into the caller's pid namespace. */
22
#define NS_GET_PID_FROM_PIDNS _IOR(NSIO, 0x6, int)
23
/* Return thread-group leader id of pid in the callers pid namespace. */
0 commit comments