The following commit has been merged in the master branch: commit 238987978f152892b1f14130a3753a82b66ba7e4 Author: Sven Eckelmann sven@narfation.org Date: Fri Jan 21 15:11:24 2011 +0000
batman-adv: Mark bucket_free_orig_rcu as static
Signed-off-by: Sven Eckelmann sven@narfation.org
diff --git a/originator.c b/originator.c index 35ab3ab..5a6745f 100644 --- a/originator.c +++ b/originator.c @@ -179,7 +179,7 @@ void originator_free(struct bat_priv *bat_priv) hash_destroy(hash); }
-void bucket_free_orig_rcu(struct rcu_head *rcu) +static void bucket_free_orig_rcu(struct rcu_head *rcu) { struct element_t *bucket; struct orig_node *orig_node;