commit | 449a68cc656fddeda448e324c57062a19cf451b9 | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <[email protected]> | Fri Mar 18 12:05:57 2011 +0800 |
committer | Paul E. McKenney <[email protected]> | Wed Jul 20 14:10:15 2011 -0700 |
tree | d192d6582aa8a93f8e84d3b1784340c03b9d0b0e | |
parent | 9801c60e99ed76c5730fb290c00bfad12a419972 [diff] |
security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu() The rcu callback sel_netport_free() just calls a kfree(), so we use kfree_rcu() instead of the call_rcu(sel_netport_free). Signed-off-by: Lai Jiangshan <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Cc: Stephen Smalley <[email protected]> Cc: James Morris <[email protected]> Cc: Eric Paris <[email protected]> Reviewed-by: Josh Triplett <[email protected]>