Re: [PATCH RESEND] erofs: refine readahead tracepoint

2025-05-14 Thread Hongbo Li
On 2025/5/14 20:08, Gao Xiang wrote: - trace_erofs_readpages => trace_erofs_readahead; - Rename a redundant statement `nrpages = readahead_count(rac);`; - Move the tracepoint to the beginning of z_erofs_readahead(). Signed-off-by: Gao Xiang Reviewed-by: Hongbo Li Thanks, Hongbo

[PATCH RESEND] erofs: refine readahead tracepoint

2025-05-14 Thread Gao Xiang
- trace_erofs_readpages => trace_erofs_readahead; - Rename a redundant statement `nrpages = readahead_count(rac);`; - Move the tracepoint to the beginning of z_erofs_readahead(). Signed-off-by: Gao Xiang --- replace a stale version.. fs/erofs/fileio.c| 2 +- fs/erofs/zdata.c