git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54b9667
)
fuse: add per-page descriptor <offset, length> to fuse_req
author
Maxim Patlasov
<mpatlasov@parallels.com>
Fri, 26 Oct 2012 15:49:24 +0000
(19:49 +0400)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Thu, 24 Jan 2013 15:21:27 +0000
(16:21 +0100)
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 <mpatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
No differences found