summaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-02-02 14:59:43 +0100
committerAl Viro <viro@zeniv.linux.org.uk>2015-03-13 12:10:15 -0400
commit9d5722b7777e64de2d932f46cfee7765fdcc60d6 (patch)
treeb0f1e84779f0b6d6ead9bc2adcb700ddc1ef2efe /fs/fuse/fuse_i.h
parent66ee59af630fd8d5f4f56fb28162857e629aa0ab (diff)
fuse: handle synchronous iocbs internally
Based on a patch from Maxim Patlasov <MPatlasov@parallels.com>. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r--fs/fuse/fuse_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index 1cdfb07c1376..7354dc142a50 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -263,6 +263,7 @@ struct fuse_io_priv {
int err;
struct kiocb *iocb;
struct file *file;
+ struct completion *done;
};
/**