[LTP] [PATCH] readahead02: Always allow at least 100ms for cache to fill

Andrea Cervesato andrea.cervesato@suse.com
Tue Feb 17 14:42:19 CET 2026


Hi!

>  	if (do_readahead) {
>  		do {
> +			cached_prev = get_file_cached_bytes(fname, fsize);
> +			tst_res(TDEBUG, "Per-file cached: %lu kB",
> +				cached_prev / 1024);

This should be %zu. The rest LGTM

Reviewed-by: Andrea Cervesato <andrea.cervesato@suse.com>
-- 
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com



More information about the ltp mailing list