Fix option escaping for fusermount.
commit555d6b504308eac6b976321ce938ee4bec62c354
authorMiklos Szeredi <mszeredi@suse.cz>
Tue, 28 Sep 2010 08:13:24 +0000 (28 10:13 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 28 Sep 2010 17:22:24 +0000 (28 19:22 +0200)
tree67f0e6b591d57fde914fd74cd0764acd385f3cef
parent64222fbcbd3ed227e4f9c68e1acccd7e68218982
Fix option escaping for fusermount.

If the "fsname=" option contained a comma then the option parser in
fusermount was confused (Novell bugzilla #641480).  Fix by escaping
commas when passing them over to fusermount.

Reported by Jan Engelhardt
.gitignore
ChangeLog
lib/mount.c
util/fusermount.c