From: Csaba Henk Date: Mon, 7 Jan 2008 10:54:24 +0000 (+0000) Subject: lib/mount_bsd.c: add support for the subtype option X-Git-Tag: fuse_2_8_start~7 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=56ebfa593c3e8d0897e5346a1723c19fa1fe5a53;p=qemu-gpiodev%2Flibfuse.git lib/mount_bsd.c: add support for the subtype option --- 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),