From c97fd0e77df2d9b8a2bda182a4e04efe10a83e26 Mon Sep 17 00:00:00 2001 From: Roberto Sartori Date: Sat, 14 Oct 2023 12:04:34 +0200 Subject: [PATCH] f2fs: macro: Switch to COUNT_ARGS macro Signed-off-by: Roberto Sartori --- include/trace/events/f2fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/trace/events/f2fs.h b/include/trace/events/f2fs.h index 4bc8a39a059d..2bcfb51b7343 100644 --- a/include/trace/events/f2fs.h +++ b/include/trace/events/f2fs.h @@ -494,7 +494,7 @@ DEFINE_EVENT(f2fs__truncate_node, f2fs_truncate_node, TRACE_EVENT(f2fs_truncate_partial_nodes, - TP_PROTO(struct inode *inode, nid_t nid[], int depth, int err), + TP_PROTO(struct inode *inode, nid_t *nid, int depth, int err), TP_ARGS(inode, nid, depth, err),