lib/mount_bsd.c: add support for the subtype option
authorCsaba Henk <csaba.henk@creo.hu>
Mon, 7 Jan 2008 10:54:24 +0000 (10:54 +0000)
committerCsaba Henk <csaba.henk@creo.hu>
Mon, 7 Jan 2008 10:54:24 +0000 (10:54 +0000)
lib/mount_bsd.c

index d7f0f335e5d98b2a8f5c87b0849b485256cc779b..f95687ef5909af4ff6a13bffdcbc1afcd41d095c 100644 (file)
@@ -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),