commit | 693a8b6eecce1a0cfe91a469e85c56016dc1cc53 | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <[email protected]> | Fri Mar 18 12:09:35 2011 +0800 |
committer | Paul E. McKenney <[email protected]> | Wed Jul 20 14:10:16 2011 -0700 |
tree | eb96b13432d0e8933b71ed84f5bd5ee4df6a5687 | |
parent | 449a68cc656fddeda448e324c57062a19cf451b9 [diff] |
ipc,rcu: Convert call_rcu(free_un) to kfree_rcu() The rcu callback free_un() just calls a kfree(), so we use kfree_rcu() instead of the call_rcu(free_un). Signed-off-by: Lai Jiangshan <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Manfred Spraul <[email protected]> Reviewed-by: Josh Triplett <[email protected]>