aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2011-05-19 14:49:26 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2011-05-19 14:49:26 +0200
commita785697e039fc6b3eb78dae24f39bb5fe40a27ed (patch)
treee025e30bb87de02189bd75935829f8f68e2f54c8 /lib/fuse_i.h
parentd84fc1f429e667b9ba11ddc808aa394d6cbadc41 (diff)
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.
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h3
1 files changed, 3 insertions, 0 deletions
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;