[PATCH] splice: speedup __generic_file_splice_read
authorJens Axboe <axboe@suse.de>
Tue, 11 Apr 2006 11:52:47 +0000 (13:52 +0200)
committerJens Axboe <axboe@suse.de>
Tue, 11 Apr 2006 11:52:47 +0000 (13:52 +0200)
Using find_get_page() is a lot faster than find_or_create_page(). This
gets splice a lot closer to sendfile() for fd -> socket transfers.

Signed-off-by: Jens Axboe <axboe@suse.de>

No differences found