Re: [f2fs-dev] [PATCH] f2fs: fix up f2fs_lookup tracepoints

2021-09-22 Thread Chao Yu
On 2021/9/21 22:37, Gao Xiang wrote: Fix up a misuse that the filename pointer isn't always valid in the ring buffer, and we should copy the content instead. Fixes: 0c5e36db17f5 ("f2fs: trace f2fs_lookup") Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Thanks, _

[f2fs-dev] [PATCH] f2fs: fix up f2fs_lookup tracepoints

2021-09-21 Thread Gao Xiang
Fix up a misuse that the filename pointer isn't always valid in the ring buffer, and we should copy the content instead. Fixes: 0c5e36db17f5 ("f2fs: trace f2fs_lookup") Signed-off-by: Gao Xiang --- include/trace/events/f2fs.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) di