]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4943d0d902c140acf3f5038afa6410410bcf5b15
treea9feaeb20b20bacfd2195a2b02becc807f9233b5
parent1c3a452eff2614ee27fd5b0633eb8791159ba440
9p: Fix missing commas in mount options

Since commit 0aba8c7b4241 ("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: 0aba8c7b4241 ("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