diff options
Diffstat (limited to 'lib/mount.c')
-rw-r--r-- | lib/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mount.c b/lib/mount.c index 91d96f4..219ee14 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -59,6 +59,7 @@ static const struct fuse_opt fuse_mount_opts[] = { FUSE_OPT_KEY("noexec", KEY_KERN), FUSE_OPT_KEY("async", KEY_KERN), FUSE_OPT_KEY("sync", KEY_KERN), + FUSE_OPT_KEY("dirsync", KEY_KERN), FUSE_OPT_KEY("atime", KEY_KERN), FUSE_OPT_KEY("noatime", KEY_KERN), FUSE_OPT_KEY("-h", KEY_HELP), |