diff options
| author | Csaba Henk <csaba.henk@creo.hu> | 2008-02-05 03:07:47 +0000 |
|---|---|---|
| committer | Csaba Henk <csaba.henk@creo.hu> | 2008-02-05 03:07:47 +0000 |
| commit | cb1d7c51642f59288476d630c10975f510f8118f (patch) | |
| tree | 8d887169f31c2eb8457e31c83c90e530f459e1b8 | |
| parent | 00bddfe650912fdc52b470e0d64a597802f61ec6 (diff) | |
| download | libfuse-cb1d7c51642f59288476d630c10975f510f8118f.tar.gz | |
lib/mount_bsd.c: add "-onosync_unmount" kernel option
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | lib/mount_bsd.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,7 @@ - ditch the kvm(8) stuff and simply use forced unmount which just won't block - prettify option specifications + - add "-onosync_unmount" kernel option 2008-01-07 Csaba Henk <csaba.henk@creo.hu> 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 |
