On Sun, 25 Jan 2026 17:08:00 +0100 Oleg Nesterov <[email protected]> wrote:

> Cleanup and preparation to simplify the next changes.
> 

"next changes".  This is the final patch?

> --- a/net/core/netclassid_cgroup.c
> +++ b/net/core/netclassid_cgroup.c
> @@ -93,7 +93,7 @@ static void update_classid_task(struct task_struct *p, u32 
> classid)
>       /* Only update the leader task, when many threads in this task,
>        * so it can avoid the useless traversal.
>        */
> -     if (p != p->group_leader)
> +     if (!thread_group_leader(p))
>               return;
>  
>       do {
> -- 
> 2.52.0

Reply via email to