Re: [PATCH] cgroup: Convert synchronize_rcu to call_rcu in cgroup_attach_task

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Colin Cross
Date: Tuesday, November 23, 2010 - 1:22 pm

On Tue, Nov 23, 2010 at 12:58 AM, Colin Cross <ccross@android.com> wrote:

This patch has another problem - calling put_css_set_rcu twice before
an rcu grace period has elapsed would not guarantee the appropriate
rcu grace period for the second call.  I'll try a new approach, moving
the parts of put_css_set that need to be protected by rcu into
free_css_set_rcu.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] cgroup: Remove RCU from task-&gt;cgroups, Colin Cross, (Sat Nov 20, 7:00 pm)
Re: [PATCH] cgroup: Remove RCU from task-&gt;cgroups, Colin Cross, (Sun Nov 21, 4:02 pm)
Re: [PATCH] cgroup: Convert synchronize_rcu to call_rcu in ..., Colin Cross, (Tue Nov 23, 1:22 pm)