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:
ebf4350
)
[PATCH] splice: make the read-side do batched page lookups
author
Jens Axboe
<axboe@suse.de>
Thu, 27 Apr 2006 09:05:22 +0000
(11:05 +0200)
committer
Jens Axboe
<axboe@suse.de>
Thu, 27 Apr 2006 09:05:22 +0000
(11:05 +0200)
Use the new find_get_pages_contig() to potentially look up the entire
splice range in one single call. This speeds up generic_file_splice_read()
quite a bit.
Signed-off-by: Jens Axboe <axboe@suse.de>
No differences found