From: Paul E. McKenney Date: Sat, 7 Jan 2012 01:02:13 +0000 (-0800) Subject: tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free() X-Git-Tag: v3.4-rc1~194^2^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c76da8f8b4549ccec7425ba94d8395d68a2e56;p=pandora-kernel.git tcm_fc: Convert call_rcu() to kfree_rcu(), drop ft_tport_rcu_free() The call_rcu() in ft_tport_delete() invokes ft_tport_rcu_free(), which just does a kfree(). So convert the call_rcu() to kfree_rcu(), allowing ft_tport_rcu_free() to be eliminated. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney Cc: "Nicholas A. Bellinger" Cc: Jiri Kosina Cc: Jesper Juhl Cc: linux-scsi@vger.kernel.org Cc: target-devel@vger.kernel.org --- Reading git-diff-tree failed