Re: [PATCH] f2fs: remove unnecessary tracepoint enabled check

From: Chao Yu
Date: Wed Jul 23 2025 - 22:46:53 EST


On 7/23/25 22:24, Sheng Yong wrote:
> From: Sheng Yong <shengyong1@xxxxxxxxxx>
>
> There is no extra work before trace_f2fs_[dataread|datawrite]_end(),
> so there is no need to check trace_<tracepoint>_enabled().
>
> Signed-off-by: Sheng Yong <shengyong1@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,