hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/mnt_namespace.h
....@@ -6,10 +6,12 @@
66 struct mnt_namespace;
77 struct fs_struct;
88 struct user_namespace;
9
+struct ns_common;
910
1011 extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
1112 struct user_namespace *, struct fs_struct *);
1213 extern void put_mnt_ns(struct mnt_namespace *ns);
14
+extern struct ns_common *from_mnt_ns(struct mnt_namespace *);
1315
1416 extern const struct file_operations proc_mounts_operations;
1517 extern const struct file_operations proc_mountinfo_operations;