From dcdc7a5929842ca0df91eb50de9edebbb5e4e7d1 Mon Sep 17 00:00:00 2001 From: Wei Yongjun Date: Sat, 17 Aug 2013 07:32:09 +0800 Subject: [PATCH] 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-format-patch failed