commit | a6ad57efc39ca0ed58733f13f658ac14317a90ba | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon Mar 11 21:48:28 2013 +0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Thu Apr 25 01:05:23 2013 -0700 |
tree | ff4fd70aba744684a5a43a7bbf91a78e74f6573b | |
parent | 5d358065daaed54e8cacf911ab9f9554a845bd00 [diff] |
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 <yongjun_wei@trendmicro.com.cn> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>