Re: [f2fs-dev] [PATCH 2/2] f2fs: fix the msg data type

2022-10-28 Thread Chao Yu
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 Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.so

Re: [f2fs-dev] [PATCH 2/2] f2fs: fix the msg data type

2022-10-27 Thread Pavan Kondeti
On Thu, Oct 27, 2022 at 03:47:02PM +0530, Pavan Kondeti wrote: > On Thu, Oct 27, 2022 at 02:42:41PM +0530, Mukesh Ojha wrote: > > Data type of msg in f2fs_write_checkpoint trace should > > be const char * instead of char *. > > > > Signed-off-by: Mukesh Ojha > > --- > > include/trace/events/f2fs

Re: [f2fs-dev] [PATCH 2/2] f2fs: fix the msg data type

2022-10-27 Thread Pavan Kondeti
On Thu, Oct 27, 2022 at 02:42:41PM +0530, Mukesh Ojha wrote: > Data type of msg in f2fs_write_checkpoint trace should > be const char * instead of char *. > > Signed-off-by: Mukesh Ojha > --- > include/trace/events/f2fs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/

[f2fs-dev] [PATCH 2/2] f2fs: fix the msg data type

2022-10-27 Thread Mukesh Ojha
Data type of msg in f2fs_write_checkpoint trace should be const char * instead of char *. Signed-off-by: Mukesh Ojha --- 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 ff57e7f..7fbfce