diff options
Diffstat (limited to 'lib/mount_bsd.c')
-rw-r--r-- | lib/mount_bsd.c | 1 |
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), |