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:
b98d023
)
fuse: optimize fuse_get_user_pages()
author
Maxim Patlasov
<mpatlasov@parallels.com>
Fri, 26 Oct 2012 15:50:29 +0000
(19:50 +0400)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Thu, 24 Jan 2013 15:21:27 +0000
(16:21 +0100)
Let fuse_get_user_pages() pack as many iov-s to a single fuse_req as
possible. This is very beneficial in case of iov[] consisting of many
iov-s of relatively small sizes (e.g. PAGE_SIZE).
Signed-off-by: Maxim Patlasov <mpatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
No differences found