commit | 9d5722b7777e64de2d932f46cfee7765fdcc60d6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Feb 02 14:59:43 2015 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 13 12:10:15 2015 -0400 |
tree | b0f1e84779f0b6d6ead9bc2adcb700ddc1ef2efe | |
parent | 66ee59af630fd8d5f4f56fb28162857e629aa0ab [diff] [blame] |
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>
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 1cdfb07..7354dc1 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h
@@ -263,6 +263,7 @@ int err; struct kiocb *iocb; struct file *file; + struct completion *done; }; /**