Re: [patch v2 01/11] futex: Move futex task related data into a struct

From: André Almeida

Date: Fri Mar 20 2026 - 11:15:54 EST


Em 19/03/2026 20:24, Thomas Gleixner escreveu:
Having all these members in task_struct along with the required #ifdeffery
is annoying, does not allow efficient initializing of the data with
memset() and makes extending it tedious.

Move it into a data structure and fix up all usage sites.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>

Reviewed-by: André Almeida <andrealmeid@xxxxxxxxxx>