Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288369
b: refs/heads/master
c: 5200959
h: refs/heads/master
i:
  288367: a01c7e8
v: v3
  • Loading branch information
Paulius Zaleckas authored and David S. Miller committed Mar 8, 2012
1 parent 8fb0a69 commit 8ea2b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: d9e179ecec0805c41b17f9a0c3b925d415677772
refs/heads/master: 5200959b833ddacf28b6ffce8c331dfd6e0ca797
3 changes: 1 addition & 2 deletions trunk/net/bridge/br_stp_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,13 @@ void br_stp_disable_port(struct net_bridge_port *p)
struct net_bridge *br = p->br;
int wasroot;

br_log_state(p);

wasroot = br_is_root_bridge(br);
br_become_designated_port(p);
p->state = BR_STATE_DISABLED;
p->topology_change_ack = 0;
p->config_pending = 0;

br_log_state(p);
br_ifinfo_notify(RTM_NEWLINK, p);

del_timer(&p->message_age_timer);
Expand Down

0 comments on commit 8ea2b41

Please sign in to comment.