commit | e8bd5e33057c02d377a76a42987c083afcb43579 | [log] [tgz] |
---|---|---|
author | Gao Xiang <hsiangkao@linux.alibaba.com> | Tue Sep 21 22:37:30 2021 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Nov 26 10:39:12 2021 +0100 |
tree | bc096d4fe263b2228cffd027217162b39f5f9d00 | |
parent | 5d5bf899e57a4dbf83cf3ed165f7e7ee15776331 [diff] |
f2fs: fix up f2fs_lookup tracepoints [ Upstream commit 70a9ac36ffd807ac506ed0b849f3e8ce3c6623f2 ] 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 <hsiangkao@linux.alibaba.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>