]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitc3c83cdafff1d2e0e54510902d57d620c743a1e5
tree1cb104eb1123d42b001290c0480a9ad55af07051
parent534e4b99e80799be1c2c7d259ac56438976b4735
[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