Re: [PATCH v5 update 29/32] mm: memcontrol: prepare for reparenting non-hierarchical stats
From: Qi Zheng
Date: Wed Mar 04 2026 - 21:52:25 EST
On 3/5/26 6:06 AM, Andrew Morton wrote:
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.
Oh, I will check this more carefully in v6.
Thanks,
Qi