summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2015-02-10 07:49:23 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2015-02-10 07:49:23 +0000
commit567344e8ba20fce53881cd2d96fa7c282edfc8b7 (patch)
tree3ccbd72d401fa9a59bc8285ae6004dfd388d8885 /lib
parent6f065e54d8b988f2af82e62c2446e75db56df209 (diff)
Add a stub option for big_writes. This is needed by gvfs.
committing on behalf of slacker syl@
Diffstat (limited to 'lib')
-rw-r--r--lib/libfuse/fuse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libfuse/fuse.c b/lib/libfuse/fuse.c
index ef794b3095a..6bfcff72b5a 100644
--- a/lib/libfuse/fuse.c
+++ b/lib/libfuse/fuse.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fuse.c,v 1.24 2014/05/20 13:32:22 syl Exp $ */
+/* $OpenBSD: fuse.c,v 1.25 2015/02/10 07:49:22 ajacoutot Exp $ */
/*
* Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com>
*
@@ -55,6 +55,7 @@ static struct fuse_opt fuse_core_opts[] = {
FUSE_OPT_KEY("-f", KEY_STUB),
FUSE_OPT_KEY("-s", KEY_STUB),
FUSE_OPT_KEY("use_ino", KEY_STUB),
+ FUSE_OPT_KEY("big_writes", KEY_STUB),
FUSE_OPT_KEY("default_permissions", KEY_STUB),
FUSE_OPT_KEY("fsname=", KEY_STUB),
FUSE_OPT_END