From: Wei Yongjun Date: Mon, 11 Mar 2013 13:48:28 +0000 (+0800) Subject: tcm_fc: using kfree_rcu() to simplify the code X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~96^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6ad57efc39ca0ed58733f13f658ac14317a90ba;p=pandora-kernel.git tcm_fc: using kfree_rcu() to simplify the code The callback function of call_rcu() just calls a kfree(), so we can use kfree_rcu() instead of call_rcu() + callback function. Signed-off-by: Wei Yongjun Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed