From 97f4a9cb4fc69be5c3b4d7631ebe20355bdc83dc Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 7 Oct 2016 21:08:40 -0700 Subject: 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=`` option instead. --- lib/fuse_i.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/fuse_i.h') 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; -- cgit v1.2.3