Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233096
b: refs/heads/master
c: 96642d4
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Feb 10, 2011
1 parent 2eb8cc3 commit 0ee46dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebc02e9c524e9ff377dd8a3820522d381adf19c8
refs/heads/master: 96642d42f076101ba98866363d908cab706d156c
5 changes: 4 additions & 1 deletion trunk/net/x25/x25_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,12 @@ void __exit x25_link_free(void)
write_lock_bh(&x25_neigh_list_lock);

list_for_each_safe(entry, tmp, &x25_neigh_list) {
struct net_device *dev;

nb = list_entry(entry, struct x25_neigh, node);
dev = nb->dev;
__x25_remove_neigh(nb);
dev_put(nb->dev);
dev_put(dev);
}
write_unlock_bh(&x25_neigh_list_lock);
}

0 comments on commit 0ee46dc

Please sign in to comment.