Re: [PATCH] linux/kernel.h: add container_from()

From: Linus Torvalds
Date: Thu Aug 27 2020 - 14:40:40 EST


On Thu, Aug 27, 2020 at 11:32 AM James Bottomley
<James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> wrote:
>
>
> The tasklet rework people don't want to use container_of, which was our
> first suggestion, because it produces lines which are "too long".

WTF?

Next somebody will decide that our list handling macros don't match
their mood, and make up their own.

Guys, there's a real advantage to just following convention and not
confusing people with new made-up stuff that does the same thing just
using slightly different names and slightly different semantics.

So let the tasklet rework people work on their own little thing if
they can't play with the rest of the kernel.

We'll just ignore them.

Linus