From: Wei Yongjun Date: Mon, 16 Dec 2013 06:05:50 +0000 (+0800) Subject: net/hsr: using kfree_rcu() to simplify the code X-Git-Tag: v3.14-rc1~94^2~475 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aee6cc2a5193aa9963ea49b0d452723c1d493d8;p=pandora-kernel.git net/hsr: 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 Acked-by: Arvid Brodin Signed-off-by: David S. Miller --- Reading git-diff-tree failed