[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YJmBZ3IVCiAK7WF+@slm.duckdns.org>
Date: Mon, 10 May 2021 14:54:31 -0400
From: Tejun Heo <tj@...nel.org>
To: Roman Gushchin <guro@...com>
Cc: cgroups@...r.kernel.org, Zefan Li <lizefan.x@...edance.com>,
Johannes Weiner <hannes@...xchg.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] cgroup: inline cgroup_task_freeze()
On Mon, May 10, 2021 at 11:45:56AM -0700, Roman Gushchin wrote:
> After the introduction of the cgroup.kill there is only one call site
> of cgroup_task_freeze() left: cgroup_exit(). cgroup_task_freeze() is
> currently taking rcu_read_lock() to read task's cgroup flags, but
> because it's always called with css_set_lock locked, the rcu protection
> is excessive.
>
> Simplify the code by inlining cgroup_task_freeze().
>
> Signed-off-by: Roman Gushchin <guro@...com>
Applied to cgroup/for-5.14.
Thanks.
--
tejun
Powered by blists - more mailing lists