Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314622
b: refs/heads/master
c: 29cb99d
h: refs/heads/master
v: v3
  • Loading branch information
Antonio Quartulli authored and David S. Miller committed Jun 26, 2012
1 parent 62631d0 commit 2f4dbd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f129fefd35842bcd450db02b6c63f958384b1b3
refs/heads/master: 29cb99de4dafc53f75389bbe0173af4385a2ed1d
2 changes: 2 additions & 0 deletions trunk/net/batman-adv/translation-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ static void batadv_tt_orig_list_entry_free_rcu(struct rcu_head *rcu)
static void
batadv_tt_orig_list_entry_free_ref(struct tt_orig_list_entry *orig_entry)
{
/* to avoid race conditions, immediately decrease the tt counter */
atomic_dec(&orig_entry->orig_node->tt_size);
call_rcu(&orig_entry->rcu, batadv_tt_orig_list_entry_free_rcu);
}

Expand Down

0 comments on commit 2f4dbd2

Please sign in to comment.