]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/mnt_namespace.h
Merge branch 'linus' into sched/core
[mv-sheeva.git] / include / linux / mnt_namespace.h
index d9ebf1037dfa01699f67722b361f003ed5697abe..0b89efc6f2155c1844775688c261d9ce52dc7957 100644 (file)
@@ -23,6 +23,7 @@ struct proc_mounts {
 
 struct fs_struct;
 
+extern struct mnt_namespace *create_mnt_ns(struct vfsmount *mnt);
 extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
                struct fs_struct *);
 extern void put_mnt_ns(struct mnt_namespace *ns);
@@ -34,6 +35,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;
+extern int mnt_had_events(struct proc_mounts *);
 
 #endif
 #endif