Fix option escaping for fusermount.
authorMiklos Szeredi <mszeredi@suse.cz>
Tue, 28 Sep 2010 08:13:24 +0000 (10:13 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 28 Sep 2010 08:13:24 +0000 (10:13 +0200)
commit914b4b15681775736cb16d0521a37dfd40cf1b85
tree6e3db04442b7f358aecfd6cda7ff639835dd5762
parent6433d1b8cbd8c7befaf50922858632daf2b33c8f
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
ChangeLog
lib/mount.c
util/fusermount.c