From a785697e039fc6b3eb78dae24f39bb5fe40a27ed Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 19 May 2011 14:49:26 +0200 Subject: Disable splice by default Disable splice by default, add "splice_read", "splice_write" and "splice_move" options. Keep the "no_splice_*" variants, which can disable splice even if the filesystem explicitly enables it. --- lib/fuse_i.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/fuse_i.h') diff --git a/lib/fuse_i.h b/lib/fuse_i.h index 9d0de58..d35d5f3 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -63,6 +63,9 @@ struct fuse_ll { int atomic_o_trunc; int no_remote_lock; int big_writes; + int splice_write; + int splice_move; + int splice_read; int no_splice_write; int no_splice_move; int no_splice_read; -- cgit v1.2.3