From: Maxim Patlasov Date: Fri, 26 Oct 2012 15:49:24 +0000 (+0400) Subject: fuse: add per-page descriptor to fuse_req X-Git-Tag: v3.9-rc1~135^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2430d7567a376b3685627ca7e9d712f6f27d49b;p=pandora-kernel.git fuse: add per-page descriptor to fuse_req The ability to save page pointers along with lengths and offsets in fuse_req will be useful to cover several iovec-s with a single fuse_req. Per-request page_offset is removed because anybody who need it can use req->page_descs[0].offset instead. Signed-off-by: Maxim Patlasov Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed