Douglas Raillard 23f18f35bf f2fs: Fix f2fs_truncate_partial_nodes ftrace event
[ Upstream commit 0b04d4c0542e8573a837b1d81b94209e48723b25 ]

Fix the nid_t field so that its size is correctly reported in the text
format embedded in trace.dat files. As it stands, it is reported as
being of size 4:

        field:nid_t nid[3];     offset:24;      size:4; signed:0;

Instead of 12:

        field:nid_t nid[3];     offset:24;      size:12;        signed:0;

This also fixes the reported offset of subsequent fields so that they
match with the actual struct layout.

Signed-off-by: Douglas Raillard <douglas.raillard@arm.com>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-26 14:28:35 +02:00
..
2020-11-30 12:54:01 +00:00
2021-06-29 10:53:52 -07:00
2022-09-27 17:27:45 +08:00
2022-09-18 13:29:53 +03:00
2022-09-21 10:30:42 -06:00
2023-01-07 11:11:37 +01:00
2022-09-26 19:46:14 -07:00
2022-08-03 17:50:58 +02:00
2023-04-06 12:10:55 +02:00
2022-07-30 14:01:30 -04:00
2022-08-10 14:04:32 -07:00
2022-04-07 20:33:15 -07:00