]> Git Repo - linux.git/commit
net,rcu: convert call_rcu(fc_rport_free_rcu) to kfree_rcu()
authorLai Jiangshan <[email protected]>
Fri, 18 Mar 2011 03:42:11 +0000 (11:42 +0800)
committerPaul E. McKenney <[email protected]>
Sun, 8 May 2011 05:50:55 +0000 (22:50 -0700)
commit4670994d150a86ebd53ab353a2af517c5465bfaf
treea105dc8907233df44e86496a38761a957a8ef106
parent3acb458c32293405cf68985b7b3ac5dc0a5e7929
net,rcu: convert call_rcu(fc_rport_free_rcu) to kfree_rcu()

The rcu callback fc_rport_free_rcu() just calls a kfree(),
so we use kfree_rcu() instead of the call_rcu(fc_rport_free_rcu).

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]>
net/ipv4/fib_semantics.c
This page took 0.055521 seconds and 4 git commands to generate.