aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-07 21:08:40 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-08 21:26:36 -0700
commit97f4a9cb4fc69be5c3b4d7631ebe20355bdc83dc (patch)
treea8575cf3f00cf10ec0a6bd0e591fabe1a697c5e5 /lib/fuse_i.h
parent2680c5b9951b022351dd698b1ba21e965355ad16 (diff)
Removed ``-o big_writes`` option
This option is obsolete and should always be enabled. File systems that want to limit the size of write requests should use the ``-o max_write=<N>`` option instead.
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index cbc4483..446842a 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -52,7 +52,6 @@ struct fuse_session {
int atomic_o_trunc;
int no_remote_posix_lock;
int no_remote_flock;
- int big_writes;
int splice_write;
int splice_move;
int splice_read;