[PATCH] splice: always call into page_cache_readahead()
authorJens Axboe <jens.axboe@oracle.com>
Tue, 8 May 2007 06:46:19 +0000 (08:46 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 8 May 2007 06:46:19 +0000 (08:46 +0200)
commit86aa5ac53e478c94ee39a15b6eadde1ed1317be3
tree192b65a582b38e51584519461112ba56f533519f
parent9ae9d68cbf3fe0ec17c17c9ecaa2188ffb854a66
[PATCH] splice: always call into page_cache_readahead()

Don't try to guess what the read-ahead logic will do, allow it
to make its own decisions.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/splice.c