From 8bb62a632caa4269bb6436cae67307404882b936 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 29 Jan 2014 14:13:36 +0100 Subject: libfuse: Add "async_dio" and "writeback_cache" options Asynchronous direct I/O is supported by linux kernels 3.13 and later, writeback caching is supported by 3.14 and later. --- lib/fuse_i.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/fuse_i.h') diff --git a/lib/fuse_i.h b/lib/fuse_i.h index 5823743..30fe415 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -74,6 +74,10 @@ struct fuse_ll { int no_auto_inval_data; int no_readdirplus; int no_readdirplus_auto; + int async_dio; + int no_async_dio; + int writeback_cache; + int no_writeback_cache; struct fuse_lowlevel_ops op; int got_init; struct cuse_data *cuse_data; -- cgit v1.2.3