git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ee88d
)
batman-adv: don't use call_rcu if not needed
author
Antonio Quartulli
<ordex@autistici.org>
Mon, 6 May 2013 22:29:22 +0000
(
00:29
+0200)
committer
Antonio Quartulli
<antonio@meshcoding.com>
Sat, 12 Oct 2013 07:51:28 +0000
(09:51 +0200)
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>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
No differences found