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:
4d53dc9
)
fuse: rework fuse_readpages()
author
Maxim Patlasov
<mpatlasov@parallels.com>
Fri, 26 Oct 2012 15:48:51 +0000
(19:48 +0400)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Thu, 24 Jan 2013 15:21:26 +0000
(16:21 +0100)
The patch uses 'nr_pages' argument of fuse_readpages() as heuristics for the
number of page pointers to allocate.
This can be improved further by taking in consideration fc->max_read and gaps
between page indices, but it's not clear whether it's worthy or not.
Signed-off-by: Maxim Patlasov <mpatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
No differences found