From 9c526a7a54b90608463380deffe94e1c9d17db15 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 19 May 2011 15:09:43 +0200 Subject: Fix splice_read --- include/fuse_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/fuse_common.h') diff --git a/include/fuse_common.h b/include/fuse_common.h index 569c826..0c4c1d4 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -92,6 +92,7 @@ struct fuse_file_info { * FUSE_CAP_DONT_MASK: don't apply umask to file mode on create operations * FUSE_CAP_SPLICE_WRITE: ability to use splice() to write to the fuse device * FUSE_CAP_SPLICE_MOVE: ability to move data to the fuse device with splice() + * FUSE_CAP_SPLICE_READ: ability to use splice() to read from the fuse device */ #define FUSE_CAP_ASYNC_READ (1 << 0) #define FUSE_CAP_POSIX_LOCKS (1 << 1) -- cgit v1.2.3