9p: Fix missing commas in mount options
authorTuomas Tynkkynen <tuomas@tuxera.com>
Sun, 19 Nov 2017 09:28:43 +0000 (11:28 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 19 Nov 2017 22:31:06 +0000 (17:31 -0500)
commit61b272c3aa170b3e461b8df636407b29f35f98eb
treea9feaeb20b20bacfd2195a2b02becc807f9233b5
parent9523feac272ccad2ad8186ba4fcc89103754de52
9p: Fix missing commas in mount options

Since commit c4fac9100456 ("9p: Implement show_options"), the mount
options of 9p filesystems are printed out with some missing commas
between the individual options:

p9-scratch on /mnt/scratch type 9p (rw,dirsync,loose,access=clienttrans=virtio)

Add them back.

Cc: stable@vger.kernel.org # 4.13+
Fixes: c4fac9100456 ("9p: Implement show_options")
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
net/9p/client.c
net/9p/trans_fd.c