Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271622
b: refs/heads/master
c: 6e80149
h: refs/heads/master
v: v3
  • Loading branch information
Simon Wunderlich authored and Marek Lindner committed Oct 25, 2011
1 parent 2413334 commit aa8f9ab
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 531027fcddbcf81c9937dd04f08a7e8f11fd47d2
refs/heads/master: 6e8014947d6469df1566e9e253805557c5c0e4e0
3 changes: 3 additions & 0 deletions trunk/net/batman-adv/translation-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,9 @@ void tt_global_del_orig(struct bat_priv *bat_priv,
struct hlist_head *head;
spinlock_t *list_lock; /* protects write access to the hash lists */

if (!hash)
return;

for (i = 0; i < hash->size; i++) {
head = &hash->table[i];
list_lock = &hash->list_locks[i];
Expand Down

0 comments on commit aa8f9ab

Please sign in to comment.