commit | 0b749ce3802428007a37870eb51ba3c0bdf90857 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Mon Apr 10 09:05:04 2006 +0200 |
committer | Jens Axboe <axboe@suse.de> | Mon Apr 10 09:05:04 2006 +0200 |
tree | 8e3a2278fab3dae95310570ea54d0dfee1af9fe5 | |
parent | 49d0b21be21efc07526d637e0ae935019667e532 [diff] |
[PATCH] splice: be smarter about calling do_page_cache_readahead() We don't want to call into the read-ahead logic unless we are at the start of a page, _or_ we have multiple pages to read. Signed-off-by: Jens Axboe <axboe@suse.de>