From: Lai Jiangshan Date: Fri, 18 Mar 2011 03:57:21 +0000 (+0800) Subject: ixgbe,rcu: convert call_rcu(ring_free_rcu) to kfree_rcu() X-Git-Tag: v3.0-rc1~392^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcec8b6531d481ced35506517af69adb2399f2a4;p=pandora-kernel.git ixgbe,rcu: convert call_rcu(ring_free_rcu) to kfree_rcu() The rcu callback ring_free_rcu() just calls a kfree(), so we use kfree_rcu() instead of the call_rcu(ring_free_rcu). Signed-off-by: Lai Jiangshan Acked-by: David S. Miller Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed