Browse Source

[NET]: Prevent much sadness in qdisc_lock_tree().

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Andrew Morton 18 years ago
parent
commit
372cc74c8b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      net/core/dev.c

+ 0 - 2
net/core/dev.c

@@ -3016,9 +3016,7 @@ int register_netdevice(struct net_device *dev)
 	spin_lock_init(&dev->queue_lock);
 	spin_lock_init(&dev->queue_lock);
 	spin_lock_init(&dev->_xmit_lock);
 	spin_lock_init(&dev->_xmit_lock);
 	dev->xmit_lock_owner = -1;
 	dev->xmit_lock_owner = -1;
-#ifdef CONFIG_NET_CLS_ACT
 	spin_lock_init(&dev->ingress_lock);
 	spin_lock_init(&dev->ingress_lock);
-#endif
 
 
 	dev->iflink = -1;
 	dev->iflink = -1;