Re: [PATCH v5 update 29/32] mm: memcontrol: prepare for reparenting non-hierarchical stats

From: Andrew Morton

Date: Wed Mar 04 2026 - 17:17:37 EST


On Wed, 4 Mar 2026 15:56:42 +0800 Qi Zheng <qi.zheng@xxxxxxxxx> wrote:

> --- a/kernel/cgroup/cgroup.c
> +++ b/kernel/cgroup/cgroup.c
> @@ -6044,8 +6044,8 @@ int cgroup_mkdir(struct kernfs_node *parent_kn,
> const char *name, umode_t mode)
> */
> static void css_killed_work_fn(struct work_struct *work)
> {
> - struct cgroup_subsys_state *css =
> - container_of(work, struct cgroup_subsys_state,
> destroy_work);

Lots of wordwrapping in this patch.