From: Miklos Szeredi Date: Thu, 19 Jan 2006 15:33:17 +0000 (+0000) Subject: fix X-Git-Tag: fuse_2_5_2~10 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e0f829ca83ca5b16d5e9e893d8380b0ddaf70df5;p=qemu-gpiodev%2Flibfuse.git fix --- diff --git a/ChangeLog b/ChangeLog index 756d02b..ffa36f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-19 Miklos Szeredi + + * lib: if "fsname=" option was given, pass it to fusermount + 2006-01-18 Miklos Szeredi * kernel: fix detection of case when fuse is not configured into diff --git a/lib/helper.c b/lib/helper.c index b7f77be..8322fd1 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -48,6 +48,7 @@ static const struct fuse_opt fuse_helper_opts[] = { FUSE_OPT_KEY("--version", KEY_VERSION), FUSE_OPT_KEY("-d", KEY_KEEP), FUSE_OPT_KEY("debug", KEY_KEEP), + FUSE_OPT_KEY("fsname=", KEY_KEEP), FUSE_OPT_END };