fuse: Prepare to handle multiple pages in writeback
authorPavel Emelyanov <xemul@openvz.org>
Sat, 29 Jun 2013 17:42:48 +0000 (21:42 +0400)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 1 Oct 2013 14:44:51 +0000 (16:44 +0200)
commit385b126815d9278cf347504cf17ba62fb57e00ca
treedbdff16b9251ad8a0d20bd3ef0af3cd5c610fe21
parentadcadfa8f373f301e9f622fbf45957adf2d98622
fuse: Prepare to handle multiple pages in writeback

The .writepages callback will issue writeback requests with more than one
page aboard. Make existing end/check code be aware of this.

Signed-off-by: Maxim Patlasov <MPatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/file.c