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

2025-07-24 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Wed, 23 Jul 2025 22:24:56 +0800 you wrote: > From: Sheng Yong > > There is no extra work before trace_f2fs_[dataread|datawrite]_end(), > so there is no need to check trace__enabled(). > > Signed-off-by: Sheng Yong >

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

2025-07-23 Thread Chao Yu via Linux-f2fs-devel
On 7/23/25 22:24, Sheng Yong wrote: > From: Sheng Yong > > There is no extra work before trace_f2fs_[dataread|datawrite]_end(), > so there is no need to check trace__enabled(). > > Signed-off-by: Sheng Yong Reviewed-by: Chao Yu Thanks, ___ Linux-

[f2fs-dev] [PATCH] f2fs: remove unnecessary tracepoint enabled check

2025-07-23 Thread Sheng Yong
From: Sheng Yong There is no extra work before trace_f2fs_[dataread|datawrite]_end(), so there is no need to check trace__enabled(). Signed-off-by: Sheng Yong --- fs/f2fs/file.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c index b