diff options
author | 2011-03-18 12:07:41 +0800 | |
---|---|---|
committer | 2011-05-07 22:51:08 -0700 | |
commit | cb796ff338db9f064f4ecb7d41898e8bedcad4d9 (patch) | |
tree | 53ad56428dc26a4d59281e3862a347d083c3c5ec /kernel/workqueue.c | |
parent | net,rcu: convert call_rcu(__nf_ct_ext_free_rcu) to kfree_rcu() (diff) | |
download | linux-rng-cb796ff338db9f064f4ecb7d41898e8bedcad4d9.tar.xz linux-rng-cb796ff338db9f064f4ecb7d41898e8bedcad4d9.zip |
perf,rcu: convert call_rcu(free_ctx) to kfree_rcu()
The rcu callback free_ctx() just calls a kfree(),
so we use kfree_rcu() instead of the call_rcu(free_ctx).
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'kernel/workqueue.c')
0 files changed, 0 insertions, 0 deletions