Commit 195623f2 authored by Mukesh Ojha's avatar Mukesh Ojha Committed by Jaegeuk Kim
Browse files

f2fs: fix the msg data type



Data type of msg in f2fs_write_checkpoint trace should
be const char * instead of char *.

Signed-off-by: default avatarMukesh Ojha <quic_mojha@quicinc.com>
Reviewed-by: default avatarChao Yu <chao@kernel.org>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 0db18eec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1404,7 +1404,7 @@ TRACE_EVENT(f2fs_readpages,

TRACE_EVENT(f2fs_write_checkpoint,

	TP_PROTO(struct super_block *sb, int reason, char *msg),
	TP_PROTO(struct super_block *sb, int reason, const char *msg),

	TP_ARGS(sb, reason, msg),