Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183972
b: refs/heads/master
c: 570930f
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Feb 5, 2010
1 parent 8c9a0c8 commit 7b5e3a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: bfd5f4a3d605e0f6054df0b59fe0907ff7e696d3
refs/heads/master: 570930fe1ee497de6aafd895dbe80116cb10525f
2 changes: 0 additions & 2 deletions trunk/net/bridge/br_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ static struct net_device *new_bridge_dev(struct net *net, const char *name)

br_netfilter_rtable_init(br);

INIT_LIST_HEAD(&br->age_list);

br_stp_timer_init(br);

return dev;
Expand Down
1 change: 0 additions & 1 deletion trunk/net/bridge/br_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ struct net_bridge
struct net_device *dev;
spinlock_t hash_lock;
struct hlist_head hash[BR_HASH_SIZE];
struct list_head age_list;
unsigned long feature_mask;
#ifdef CONFIG_BRIDGE_NETFILTER
struct rtable fake_rtable;
Expand Down

0 comments on commit 7b5e3a7

Please sign in to comment.