summaryrefslogtreecommitdiff
path: root/include/trace/events/f2fs.h
diff options
context:
space:
mode:
authorMukesh Ojha <quic_mojha@quicinc.com>2022-10-27 12:12:41 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2022-11-02 03:56:03 +0300
commit195623f2d8e9361eaddec071ad298998ec0590ba (patch)
tree1fc038a0999cf04278b58f193341d3bb958e77f4 /include/trace/events/f2fs.h
parent0db18eec0d9a7ee525209e31e3ac2f673545b12f (diff)
downloadlinux-195623f2d8e9361eaddec071ad298998ec0590ba.tar.xz
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: Mukesh Ojha <quic_mojha@quicinc.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'include/trace/events/f2fs.h')
-rw-r--r--include/trace/events/f2fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/f2fs.h b/include/trace/events/f2fs.h
index ff57e7f9914c..7fbfce498472 100644
--- a/include/trace/events/f2fs.h
+++ b/include/trace/events/f2fs.h
@@ -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),