Trivial: fix a typo in slow-work.h
[safe/jmp/linux-2.6] / include / linux / mnt_namespace.h
index c078aac..3a05929 100644 (file)
@@ -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