From 567344e8ba20fce53881cd2d96fa7c282edfc8b7 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Tue, 10 Feb 2015 07:49:23 +0000 Subject: Add a stub option for big_writes. This is needed by gvfs. committing on behalf of slacker syl@ --- lib/libfuse/fuse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') 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 * @@ -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 -- cgit v1.2.3