[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)
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