From a5a00e9b7dd8c8dfef17523dccb3051e1f1dd5a2 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 18 May 2015 16:55:20 +0200 Subject: libfuse: add "clone_fd" option This creates a separate device file descriptor for each processing thread, which might improve performance. --- lib/fuse_i.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/fuse_i.h') diff --git a/lib/fuse_i.h b/lib/fuse_i.h index 16adc69..62af9f2 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -80,6 +80,7 @@ struct fuse_ll { int no_async_dio; int writeback_cache; int no_writeback_cache; + int clone_fd; struct fuse_lowlevel_ops op; int got_init; struct cuse_data *cuse_data; -- cgit v1.2.3