Re: [PATCH] f2fs: make kobj_type structures constant

From: Jaegeuk Kim
Date: Tue Feb 14 2023 - 13:07:46 EST


On 02/14, Chao Yu wrote:
> On 2023/2/14 1:51, Jaegeuk Kim wrote:
> > On 02/13, Chao Yu wrote:
> > > On 2023/2/9 11:20, Thomas Weißschuh wrote:
> > > > Since commit ee6d3dd4ed48 ("driver core: make kobj_type constant.")
> > > > the driver core allows the usage of const struct kobj_type.
> > > >
> > > > Take advantage of this to constify the structure definitions to prevent
> > > > modification at runtime.
> > > >
> > > > Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
> > >
> > > Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
> >
> > Hi Chao,
> >
> > Note that, next time, I won't apply/modify any patches merged in -dev,
> > unless it has a problem.
>
> Hi Jaegeuk,
>
> Oh, any particular reason, to avoid unneeded commit id change when the time is
> close to merge window?

Hi Chao,

I'm trying to avoid breaking the -next branch.

>
> Is there any period of grace before merging patches from dev-test branch into dev
> branch? Maybe a week is reasonable? so I may have time to catch up in time.

No rule, but I'm trying to wait for several days while running my local tests.
If the patch looks okay, sometimes I'll queue it right away.

Thanks,

>
> Thanks,
>
> >
> > Thanks,
> >
> > >
> > > Thanks,