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:
97bedd8
)
lib/mount_bsd.c: add support for the subtype option
author
Csaba Henk
<csaba.henk@creo.hu>
Mon, 7 Jan 2008 10:54:24 +0000
(10:54 +0000)
committer
Csaba Henk
<csaba.henk@creo.hu>
Mon, 7 Jan 2008 10:54:24 +0000
(10:54 +0000)
lib/mount_bsd.c
patch
|
blob
|
history
diff --git
a/lib/mount_bsd.c
b/lib/mount_bsd.c
index d7f0f335e5d98b2a8f5c87b0849b485256cc779b..f95687ef5909af4ff6a13bffdcbc1afcd41d095c 100644
(file)
--- a/
lib/mount_bsd.c
+++ b/
lib/mount_bsd.c
@@
-118,6
+118,7
@@
static const struct fuse_opt fuse_mount_opts[] = {
* handle them
*/
FUSE_OPT_KEY("fsname=", KEY_KERN),
+ FUSE_OPT_KEY("subtype=", KEY_KERN),
FUSE_OPT_KEY("nonempty", KEY_KERN),
FUSE_OPT_KEY("large_read", KEY_KERN),
FUSE_OPT_KEY("max_read=", KEY_KERN),