take check for new events in namespace (guts of mounts_poll()) to namespace.c
[sfrench/cifs-2.6.git] / include / linux / mnt_namespace.h
index d74785c2393ad03976925e8ea6b63e3716718b79..0b89efc6f2155c1844775688c261d9ce52dc7957 100644 (file)
@@ -35,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