diff options
| author | Jan Kara <jack@suse.cz> | 2024-06-25 12:18:58 +0200 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2024-07-03 19:30:27 -0700 |
| commit | 3a7a11a57e464a05bf2ae7ad1e28667890727ed8 (patch) | |
| tree | 0d2bc1c75ad90dc9492e7999f2ebb8fc141fdda0 /tools/perf/scripts/python/bin | |
| parent | 0b1efc3e78d12278a8c0f2c665d66564a2cb965f (diff) | |
| download | linux-3a7a11a57e464a05bf2ae7ad1e28667890727ed8.tar.gz linux-3a7a11a57e464a05bf2ae7ad1e28667890727ed8.zip | |
readahead: disentangle async and sync readahead
Both async and sync readahead are handled by ondemand_readahead()
function. However there isn't actually much in common. Just move async
related parts into page_cache_ra_async() and sync related parts to
page_cache_ra_sync(). No functional changes.
Link: https://lkml.kernel.org/r/20240625101909.12234-8-jack@suse.cz
Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Tested-by: Zhang Peng <zhangpengpeng0808@gmail.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
