Re: [PATCH v5 update 29/32] mm: memcontrol: prepare for reparenting non-hierarchical stats
From: Qi Zheng <qi.zheng@linux.dev>
Date: 2026-03-05 02:51:27
Also in:
linux-mm, lkml
From: Qi Zheng <qi.zheng@linux.dev>
Date: 2026-03-05 02:51:27
Also in:
linux-mm, lkml
On 3/5/26 6:06 AM, Andrew Morton wrote:
On Wed, 4 Mar 2026 15:56:42 +0800 Qi Zheng [off-list ref] wrote:quoted
--- 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.
Oh, I will check this more carefully in v6. Thanks, Qi