commit | 7e113a9c759d1918fcbe456c5eb8890a4da62eaa | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <[email protected]> | Fri Mar 18 12:09:03 2011 +0800 |
committer | Paul E. McKenney <[email protected]> | Sat May 07 22:51:10 2011 -0700 |
tree | a24b29cbd067739a068777bba7b0207016de987c | |
parent | fa4bbc4ca5795fbf1303b98c924e51a21a920f14 [diff] |
net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu() The rcu callback phonet_device_rcu_free() just calls a kfree(), so we use kfree_rcu() instead of the call_rcu(phonet_device_rcu_free). Signed-off-by: Lai Jiangshan <[email protected]> Acked-by: David S. Miller <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Reviewed-by: Josh Triplett <[email protected]>