We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc6bef commit cc47f43Copy full SHA for cc47f43
1 file changed
include/uapi/linux/nsfs.h
@@ -53,6 +53,9 @@ enum init_ns_ino {
53
TIME_NS_INIT_INO = 0xEFFFFFFAU,
54
NET_NS_INIT_INO = 0xEFFFFFF9U,
55
MNT_NS_INIT_INO = 0xEFFFFFF8U,
56
+#ifdef __KERNEL__
57
+ MNT_NS_ANON_INO = 0xEFFFFFF7U,
58
+#endif
59
};
60
61
struct nsfs_file_handle {
0 commit comments