Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88303
b: refs/heads/master
c: ae1b6a3
h: refs/heads/master
i:
  88301: 9d3d1ee
  88299: b2c2dd4
  88295: 490e4ac
  88287: 836461a
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Apr 13, 2008
1 parent fcd9960 commit 2edba1b
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: 2de58e30db3f7e83592e22fb459dd6695b648889
refs/heads/master: ae1b6a31b1f9ef2c7ba5ef89799f210a9ba6937c
2 changes: 2 additions & 0 deletions trunk/net/ax25/ax25_uid.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,11 @@ void __exit ax25_uid_free(void)
struct hlist_node *node;

write_lock(&ax25_uid_lock);
again:
ax25_uid_for_each(ax25_uid, node, &ax25_uid_list) {
hlist_del_init(&ax25_uid->uid_node);
ax25_uid_put(ax25_uid);
goto again;
}
write_unlock(&ax25_uid_lock);
}

0 comments on commit 2edba1b

Please sign in to comment.