diff options
Diffstat (limited to 'include/uapi/linux/nsfs.h')
| -rw-r--r-- | include/uapi/linux/nsfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/nsfs.h b/include/uapi/linux/nsfs.h index 3af617230d1b..2b48df11056a 100644 --- a/include/uapi/linux/nsfs.h +++ b/include/uapi/linux/nsfs.h | |||
| @@ -9,5 +9,8 @@ | |||
| 9 | #define NS_GET_USERNS _IO(NSIO, 0x1) | 9 | #define NS_GET_USERNS _IO(NSIO, 0x1) |
| 10 | /* Returns a file descriptor that refers to a parent namespace */ | 10 | /* Returns a file descriptor that refers to a parent namespace */ |
| 11 | #define NS_GET_PARENT _IO(NSIO, 0x2) | 11 | #define NS_GET_PARENT _IO(NSIO, 0x2) |
| 12 | /* Returns the type of namespace (CLONE_NEW* value) referred to by | ||
| 13 | file descriptor */ | ||
| 14 | #define NS_GET_NSTYPE _IO(NSIO, 0x3) | ||
| 12 | 15 | ||
| 13 | #endif /* __LINUX_NSFS_H */ | 16 | #endif /* __LINUX_NSFS_H */ |
