Re: [B.A.T.M.A.N.] [PATCH repost] batman-adv: schedule global entry removal earlier

2013-04-19 Thread Marek Lindner
On Thursday, April 18, 2013 21:20:55 Antonio Quartulli wrote: Instead of scheduling the global entry removals in batadv_orig_node_free_rcu() (which would result in scheduling other RCU callbacks for the next RCU period), do it in batadv_orig_node_free_ref() directly. In this way all the

[B.A.T.M.A.N.] [PATCH repost] batman-adv: schedule global entry removal earlier

2013-04-18 Thread Antonio Quartulli
Instead of scheduling the global entry removals in batadv_orig_node_free_rcu() (which would result in scheduling other RCU callbacks for the next RCU period), do it in batadv_orig_node_free_ref() directly. In this way all the callbacks get scheduled in one RCU period. CC: Linus Lüssing