aboutsummaryrefslogtreecommitdiff
path: root/lib/mount_bsd.c
diff options
context:
space:
mode:
authorGravatar Csaba Henk <csaba.henk@creo.hu>2008-01-07 10:54:24 +0000
committerGravatar Csaba Henk <csaba.henk@creo.hu>2008-01-07 10:54:24 +0000
commit56ebfa593c3e8d0897e5346a1723c19fa1fe5a53 (patch)
tree4aaaa420ce18874b6a90103b4a65a6710c7b573c /lib/mount_bsd.c
parent97bedd898976db5ac53812be5399869fba92e2cd (diff)
lib/mount_bsd.c: add support for the subtype option
Diffstat (limited to 'lib/mount_bsd.c')
-rw-r--r--lib/mount_bsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c
index d7f0f33..f95687e 100644
--- 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),