Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-08-14 Thread Jaegeuk Kim
On 08/14, Kajetan Puchalski wrote: > On Mon, Aug 14, 2023 at 02:32:53PM +0100, Kajetan Puchalski wrote: > > On Mon, Mar 06, 2023 at 12:25:49PM +, Douglas RAILLARD wrote: > > > From: Douglas Raillard > > > > > > Fix the nid_t field so that its size is correctly reported in the text > > >

Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-08-14 Thread Kajetan Puchalski
On Mon, Aug 14, 2023 at 02:32:53PM +0100, Kajetan Puchalski wrote: > On Mon, Mar 06, 2023 at 12:25:49PM +, Douglas RAILLARD wrote: > > From: Douglas Raillard > > > > Fix the nid_t field so that its size is correctly reported in the text > > format embedded in trace.dat files. As it stands,

Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-08-14 Thread Kajetan Puchalski
On Mon, Mar 06, 2023 at 12:25:49PM +, Douglas RAILLARD wrote: > From: Douglas Raillard > > Fix the nid_t field so that its size is correctly reported in the text > format embedded in trace.dat files. As it stands, it is reported as > being of size 4: > > field:nid_t nid[3];

Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-03-29 Thread Linus Torvalds
On Tue, Mar 28, 2023 at 5:36 PM Jaegeuk Kim wrote: > > Thanks for heads-up. I sent a pull request having the above patch to Linus. .. and it's merged now. Linus ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net

Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-03-28 Thread Steven Rostedt
On Tue, 28 Mar 2023 17:36:06 -0700 Jaegeuk Kim wrote: > > I'm hoping you are not waiting for the merge window to get this in. Please > > get it to Linus before rc5 is out, because I plan on adding my patch[1] > > which will cause this to fail the build at rc5. > > > > The above is a fix to bug

Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-03-28 Thread Jaegeuk Kim
On 03/28, Steven Rostedt wrote: > On Tue, 07 Mar 2023 17:40:24 + > patchwork-bot+f...@kernel.org wrote: > > > Hello: > > > > This patch was applied to jaegeuk/f2fs.git (dev) > > by Jaegeuk Kim : > > > > On Mon, 6 Mar 2023 12:25:49 + you wrote: > > > From: Douglas Raillard > > > > > >

Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-03-28 Thread Steven Rostedt
On Tue, 07 Mar 2023 17:40:24 + patchwork-bot+f...@kernel.org wrote: > Hello: > > This patch was applied to jaegeuk/f2fs.git (dev) > by Jaegeuk Kim : > > On Mon, 6 Mar 2023 12:25:49 + you wrote: > > From: Douglas Raillard > > > > Fix the nid_t field so that its size is correctly

Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-03-07 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 6 Mar 2023 12:25:49 + you wrote: > From: Douglas Raillard > > Fix the nid_t field so that its size is correctly reported in the text > format embedded in trace.dat files. As it stands, it is reported as >

Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-03-06 Thread Chao Yu
On 2023/3/6 20:25, Douglas RAILLARD wrote: From: Douglas Raillard Fix the nid_t field so that its size is correctly reported in the text format embedded in trace.dat files. As it stands, it is reported as being of size 4: field:nid_t nid[3]; offset:24; size:4; signed:0;

Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-03-06 Thread Steven Rostedt
On Mon, 6 Mar 2023 11:15:13 -0500 Steven Rostedt wrote: > > diff --git a/include/trace/events/f2fs.h b/include/trace/events/f2fs.h > > index 31d994e6b4ca..8d053838d6cf 100644 > > --- a/include/trace/events/f2fs.h > > +++ b/include/trace/events/f2fs.h > > @@ -512,7 +512,7 @@

Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-03-06 Thread Steven Rostedt
On Mon, 6 Mar 2023 12:25:49 + Douglas RAILLARD wrote: > diff --git a/include/trace/events/f2fs.h b/include/trace/events/f2fs.h > index 31d994e6b4ca..8d053838d6cf 100644 > --- a/include/trace/events/f2fs.h > +++ b/include/trace/events/f2fs.h > @@ -512,7 +512,7 @@

Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-03-06 Thread Mukesh Ojha
On 3/6/2023 5:55 PM, Douglas RAILLARD wrote: From: Douglas Raillard Fix the nid_t field so that its size is correctly reported in the text format embedded in trace.dat files. As it stands, it is reported as being of size 4: field:nid_t nid[3]; offset:24; size:4; signed:0;

[f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-03-06 Thread Douglas RAILLARD
From: Douglas Raillard Fix the nid_t field so that its size is correctly reported in the text format embedded in trace.dat files. As it stands, it is reported as being of size 4: field:nid_t nid[3]; offset:24; size:4; signed:0; Instead of 12: field:nid_t nid[3];