projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1d734c
)
fix
author
Miklos Szeredi
<miklos@szeredi.hu>
Thu, 19 Jan 2006 15:33:17 +0000
(15:33 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Thu, 19 Jan 2006 15:33:17 +0000
(15:33 +0000)
ChangeLog
patch
|
blob
|
history
lib/helper.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 756d02b37e8b81cd6407979a6fec84ff9f504722..ffa36f01f85f59038649d8f8fbd6092fd6166780 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2006-01-19 Miklos Szeredi <miklos@szeredi.hu>
+
+ * lib: if "fsname=" option was given, pass it to fusermount
+
2006-01-18 Miklos Szeredi <miklos@szeredi.hu>
* kernel: fix detection of case when fuse is not configured into
diff --git
a/lib/helper.c
b/lib/helper.c
index b7f77be91f7aa2cde0bb50a702940a580570d8c2..8322fd15b49ef9c147b46dc66f60b97458aed8ec 100644
(file)
--- 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
};