Re: [PATCH 17/26] cgroup/misc: Add notifier block list support for css events

From: Kristen Carlson Accardi
Date: Mon Nov 14 2022 - 18:17:40 EST


On Mon, 2022-11-14 at 13:11 -1000, Tejun Heo wrote:
> Hello,
>
> On Mon, Nov 14, 2022 at 03:10:05PM -0800, Kristen Carlson Accardi
> wrote:
> > Makes no difference to me TBH - I believe they will be functionally
> > equivalent and from a downstream user perspective equally as easy
> > to
> > use, so whatever you think is easiest for you to maintain.
>
> Yeah, functionally they should be equivalent. Hmm... Let's go with
> the ops
> table so that it's more explicit.
>
> Thanks.
>

OK, in the next version I will make this change, consolidate everything
for the misc controller into 1 or 2 patches as you requested, and also
get rid of the helpers and just access the struct directly. Thanks for
your review.

Kristen