Merge tag 'sound-fix-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[deliverable/linux.git] / fs / hostfs / hostfs_kern.c
index 059597b23f677b0959d8264b83cf4c4a2cec34b7..2ac99db3750ef7b2d2bf3e9ea9e90e69320a0d83 100644 (file)
@@ -260,7 +260,7 @@ static int hostfs_show_options(struct seq_file *seq, struct dentry *root)
        size_t offset = strlen(root_ino) + 1;
 
        if (strlen(root_path) > offset)
-               seq_printf(seq, ",%s", root_path + offset);
+               seq_show_option(seq, root_path + offset, NULL);
 
        if (append)
                seq_puts(seq, ",append");
This page took 0.024678 seconds and 5 git commands to generate.