Re: [PATCH -next] sched: Use struct_size() helper in task_numa_group()

From: Peter Zijlstra
Date: Mon Jan 10 2022 - 11:07:04 EST


On Fri, Jan 07, 2022 at 10:52:12AM +0800, Xiu Jianfeng wrote:
> Make use of struct_size() helper instead of an open-coded calculation.
> There is no functional change in this patch.

Why ?!? This makes something that was trivial to read into something
weird.