aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-10 14:53:57 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-10 14:53:57 -0700
commit5ce00337208c3957f35009211ac8c72ccd3da3ad (patch)
tree151d118d28367f63617ec99b319e71631da9d901 /include
parente1274ccc153a0168a1fc0f8138787452a56ad92c (diff)
Removed 'async_read' field in fuse_conn_info
This is redundant with the capability flags in `wants` and `capable`.
Diffstat (limited to 'include')
-rw-r--r--include/fuse_common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 6eadc90..4a0e94b 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -157,11 +157,6 @@ struct fuse_conn_info {
unsigned proto_minor;
/**
- * Is asynchronous read supported (read-write)
- */
- unsigned async_read;
-
- /**
* Maximum size of the write buffer
*/
unsigned max_write;