kernel/include/linux/mnt_namespace.h
.. .. @@ -6,10 +6,12 @@ 6 6 struct mnt_namespace; 7 7 struct fs_struct; 8 8 struct user_namespace; 9 +struct ns_common;9 10 10 11 extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *, 11 12 struct user_namespace *, struct fs_struct *); 12 13 extern void put_mnt_ns(struct mnt_namespace *ns); 14 +extern struct ns_common *from_mnt_ns(struct mnt_namespace *);13 15 14 16 extern const struct file_operations proc_mounts_operations; 15 17 extern const struct file_operations proc_mountinfo_operations;