9p: Fix missing commas in mount options
authorTuomas Tynkkynen <tuomas@tuxera.com>
Sun, 19 Nov 2017 09:28:43 +0000 (11:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Nov 2017 08:40:49 +0000 (08:40 +0000)
commitd8319b3bbc296db662736b5c00ff79dccafa19a0
treeca9321dc14d470cebda12f32fecf84b6ffbb972c
parent357621bca2cb346513d7f4d8f57edb53bd7bbe44
9p: Fix missing commas in mount options

commit 61b272c3aa170b3e461b8df636407b29f35f98eb upstream.

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.

Fixes: c4fac9100456 ("9p: Implement show_options")
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/9p/client.c
net/9p/trans_fd.c