Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.org/pub...
[platform/kernel/linux-starfive.git] / fs / proc_namespace.c
index 49650e5..846f945 100644 (file)
@@ -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)