From: Antonio Quartulli Date: Mon, 6 May 2013 22:29:22 +0000 (+0200) Subject: batman-adv: don't use call_rcu if not needed X-Git-Tag: v3.13-rc1~105^2~191^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=210260594782ba9bc52732d84880573466c13441;p=pandora-kernel.git batman-adv: don't use call_rcu if not needed batadv_tt_global_entry_free_ref uses call_rcu to schedule a function which will only free the global entry itself. For this reason call_rcu is useless and kfree_rcu can be used to simplify the code. Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed