2011-03-15 20:03:39

by Paul Menage

[permalink] [raw]
Subject: Re: [PATCH 01/17] cgroup, rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu()

2011/3/15 Lai Jiangshan <[email protected]>:
>
> The rcu callback free_css_set_rcu() just calls a kfree(),
> so we use kfree_rcu() instead of the call_rcu(free_css_set_rcu).
>
> Signed-off-by: Lai Jiangshan <[email protected]>

Acked-by: Paul Menage <[email protected]>

Looks fine, assuming the main kfree_rcu() changes go through.

Paul