From 5ce00337208c3957f35009211ac8c72ccd3da3ad Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 10 Oct 2016 14:53:57 -0700 Subject: Removed 'async_read' field in fuse_conn_info This is redundant with the capability flags in `wants` and `capable`. --- include/fuse_common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') 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 @@ -156,11 +156,6 @@ struct fuse_conn_info { */ unsigned proto_minor; - /** - * Is asynchronous read supported (read-write) - */ - unsigned async_read; - /** * Maximum size of the write buffer */ -- cgit v1.2.3