aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/mount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mount.c b/lib/mount.c
index bd1b66f..b53889d 100644
--- a/lib/mount.c
+++ b/lib/mount.c
@@ -58,6 +58,7 @@ static const struct fuse_opt fuse_mount_opts[] = {
FUSE_OPT_KEY("sync", KEY_KERN),
FUSE_OPT_KEY("atime", KEY_KERN),
FUSE_OPT_KEY("noatime", KEY_KERN),
+ FUSE_OPT_END
};
static int fuse_mount_opt_proc(void *data, const char *arg, int key,