diff options
author | Christoph Hellwig <hch@lst.de> | 2015-02-02 14:59:43 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-03-13 12:10:15 -0400 |
commit | 9d5722b7777e64de2d932f46cfee7765fdcc60d6 (patch) | |
tree | b0f1e84779f0b6d6ead9bc2adcb700ddc1ef2efe /fs/fuse/fuse_i.h | |
parent | 66ee59af630fd8d5f4f56fb28162857e629aa0ab (diff) | |
download | talos-obmc-linux-9d5722b7777e64de2d932f46cfee7765fdcc60d6.tar.gz talos-obmc-linux-9d5722b7777e64de2d932f46cfee7765fdcc60d6.zip |
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.h | 1 |
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; }; /** |