From cb1d7c51642f59288476d630c10975f510f8118f Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Tue, 5 Feb 2008 03:07:47 +0000 Subject: lib/mount_bsd.c: add "-onosync_unmount" kernel option --- lib/mount_bsd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/mount_bsd.c') diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c index 1de9cfa..50f63c0 100644 --- a/lib/mount_bsd.c +++ b/lib/mount_bsd.c @@ -87,6 +87,7 @@ static const struct fuse_opt fuse_mount_opts[] = { FUSE_DUAL_OPT_KEY("private", KEY_KERN), FUSE_DUAL_OPT_KEY("neglect_shares", KEY_KERN), FUSE_DUAL_OPT_KEY("push_symlinks_in", KEY_KERN), + FUSE_OPT_KEY("nosync_umount", KEY_KERN), /* stock FBSD mountopt parsing routine lets anything be negated... */ /* * Linux specific mount options, but let just the mount util -- cgit v1.2.3