On Tuesday, May 07, 2013 06:29:22 Antonio Quartulli wrote:
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 ordex@autistici.org
v2:
- removed one useless container_of in compat.c
compat.c | 9 +++++++++ translation-table.c | 20 ++++++-------------- 2 files changed, 15 insertions(+), 14 deletions(-)
Applied in revision 1bd8161.
Thanks, Marek