mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-25 08:25:28 +00:00
Merge branch 'tipc-Mar14-2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/net-next-2.6
This commit is contained in:
commit
201a11c1db
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ void tipc_net_stop(void)
|
||||||
tipc_bearer_stop();
|
tipc_bearer_stop();
|
||||||
tipc_mode = TIPC_NODE_MODE;
|
tipc_mode = TIPC_NODE_MODE;
|
||||||
tipc_bclink_stop();
|
tipc_bclink_stop();
|
||||||
list_for_each_entry_safe(node, t_node, &tipc_node_list, list);
|
list_for_each_entry_safe(node, t_node, &tipc_node_list, list)
|
||||||
tipc_node_delete(node);
|
tipc_node_delete(node);
|
||||||
write_unlock_bh(&tipc_net_lock);
|
write_unlock_bh(&tipc_net_lock);
|
||||||
info("Left network mode\n");
|
info("Left network mode\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue