X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Flinux%2Fmnt_namespace.h;h=3a059298cc197e9c470c47d6338931557fd6ec43;hb=5dd559f020c98a2a4b3e063f09c0e4bc771ed838;hp=c078aacc8116477d6e3569972396b086150b9706;hpb=a1a2c409b666befc58c2db9c7fbddf200f153470;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/linux/mnt_namespace.h b/include/linux/mnt_namespace.h index c078aac..3a05929 100644 --- a/include/linux/mnt_namespace.h +++ b/include/linux/mnt_namespace.h @@ -22,6 +22,8 @@ struct proc_mounts { int event; }; +struct fs_struct; + extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *, struct fs_struct *); extern void __put_mnt_ns(struct mnt_namespace *ns); @@ -46,6 +48,7 @@ static inline void get_mnt_ns(struct mnt_namespace *ns) } extern const struct seq_operations mounts_op; +extern const struct seq_operations mountinfo_op; extern const struct seq_operations mountstats_op; #endif