Re: [PATCH 2/2] f2fs: fix the msg data type
From: Chao Yu
Date: Fri Oct 28 2022 - 23:09:48 EST
On 2022/10/27 17:12, Mukesh Ojha wrote:
Data type of msg in f2fs_write_checkpoint trace should
be const char * instead of char *.
Signed-off-by: Mukesh Ojha <quic_mojha@xxxxxxxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,