[PATCH] splice: switch to using page_cache_readahead()
authorJens Axboe <axboe@suse.de>
Thu, 27 Apr 2006 06:44:27 +0000 (08:44 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Thu, 27 Apr 2006 06:59:48 +0000 (08:59 +0200)
commiteb645a24de82496434cc81171d7f350edb327399
tree1cb104eb1123d42b001290c0480a9ad55af07051
parent2be4d50295e2b6f62c07b614e1b103e280dddb84
[PATCH] splice: switch to using page_cache_readahead()

Avoids doing useless work, when the file is fully cached.

Signed-off-by: Jens Axboe <axboe@suse.de>
fs/splice.c