aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mnt_namespace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mnt_namespace.h b/include/linux/mnt_namespace.h
index c078aacc8116..830bbcd449d6 100644
--- a/include/linux/mnt_namespace.h
+++ b/include/linux/mnt_namespace.h
@@ -46,6 +46,7 @@ static inline void get_mnt_ns(struct mnt_namespace *ns)
46} 46}
47 47
48extern const struct seq_operations mounts_op; 48extern const struct seq_operations mounts_op;
49extern const struct seq_operations mountinfo_op;
49extern const struct seq_operations mountstats_op; 50extern const struct seq_operations mountstats_op;
50 51
51#endif 52#endif