From 56ebfa593c3e8d0897e5346a1723c19fa1fe5a53 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Mon, 7 Jan 2008 10:54:24 +0000 Subject: [PATCH] lib/mount_bsd.c: add support for the subtype option --- lib/mount_bsd.c | 1 + 1 file changed, 1 insertion(+) 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), -- 2.30.2