From: Wei Yongjun Date: Fri, 16 Aug 2013 23:32:09 +0000 (+0800) Subject: vxlan: using kfree_rcu() to simplify the code X-Git-Tag: v3.12-rc1~132^2~261 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcdc7a5929842ca0df91eb50de9edebbb5e4e7d1;p=pandora-kernel.git vxlan: 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: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed