From: Paul E. McKenney Date: Sat, 7 Jan 2012 01:10:37 +0000 (-0800) Subject: mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim() X-Git-Tag: v3.4-rc1~194^2^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae1f18e480c83d15539fb234a2dc5f0aa04cb119;p=pandora-kernel.git mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim() The call_rcu() in mesh_gate_del() invokes mesh_gate_node_reclaim(), which simply calls kfree(). So convert the call_rcu() to kfree_rcu(), allowing mesh_gate_node_reclaim() to be eliminated. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney Cc: "John W. Linville" Cc: Johannes Berg Cc: "David S. Miller" Cc: linux-wireless@vger.kernel.org Cc: netdev@vger.kernel.org --- Reading git-diff-tree failed