Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'pull-work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull /proc/mounts fix from Al Viro:
"Fix for /proc/mounts escaping - escape the '#' character too"

* tag 'pull-work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
vfs: escape hash as well

+1 -1
+1 -1
fs/proc_namespace.c
··· 86 86 87 87 static inline void mangle(struct seq_file *m, const char *s) 88 88 { 89 - seq_escape(m, s, " \t\n\\"); 89 + seq_escape(m, s, " \t\n\\#"); 90 90 } 91 91 92 92 static void show_type(struct seq_file *m, struct super_block *sb)