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
>
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-
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