[PATCH] splice: make the read-side do batched page lookups
authorJens Axboe <axboe@suse.de>
Thu, 27 Apr 2006 09:05:22 +0000 (11:05 +0200)
committerJens Axboe <axboe@suse.de>
Thu, 27 Apr 2006 09:05:22 +0000 (11:05 +0200)
commiteb20796bf6fdb95ccf51440ba2a827149bdc037f
tree9443923cbd83f03e797891d12e18bb0e2d51927b
parentebf43500ef148a380bd132743c3fc530111ac620
[PATCH] splice: make the read-side do batched page lookups

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>
fs/splice.c