Loading fs/proc_namespace.c +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) static inline void mangle(struct seq_file *m, const char *s) { seq_escape(m, s, " \t\n\\"); seq_escape(m, s, " \t\n\\#"); } static void show_type(struct seq_file *m, struct super_block *sb) Loading Loading
fs/proc_namespace.c +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) static inline void mangle(struct seq_file *m, const char *s) { seq_escape(m, s, " \t\n\\"); seq_escape(m, s, " \t\n\\#"); } static void show_type(struct seq_file *m, struct super_block *sb) Loading