Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223218
b: refs/heads/master
c: 171995e
h: refs/heads/master
v: v3
  • Loading branch information
Apollon Oikonomopoulos authored and David S. Miller committed Dec 8, 2010
1 parent 0354eb9 commit 62c81e7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 408cc293c29ada769ae772420a39961320da1854
refs/heads/master: 171995e5d82dcc92bea37a7d2a2ecc21068a0f19
1 change: 1 addition & 0 deletions trunk/net/x25/x25_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ void __exit x25_link_free(void)
list_for_each_safe(entry, tmp, &x25_neigh_list) {
nb = list_entry(entry, struct x25_neigh, node);
__x25_remove_neigh(nb);
dev_put(nb->dev);
}
write_unlock_bh(&x25_neigh_list_lock);
}

0 comments on commit 62c81e7

Please sign in to comment.