diff options
| author | Jan Kara <[email protected]> | 2024-06-25 12:18:58 +0200 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-07-03 19:30:27 -0700 |
| commit | 3a7a11a57e464a05bf2ae7ad1e28667890727ed8 (patch) | |
| tree | 0d2bc1c75ad90dc9492e7999f2ebb8fc141fdda0 /tools/perf/scripts/python/parallel-perf.py | |
| parent | 0b1efc3e78d12278a8c0f2c665d66564a2cb965f (diff) | |
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/[email protected]
Signed-off-by: Jan Kara <[email protected]>
Reviewed-by: Josef Bacik <[email protected]>
Tested-by: Zhang Peng <[email protected]>
Cc: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions