netdev: The ingress_lock member is no longer needed.
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Jul 2008 00:33:13 +0000 (17:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jul 2008 00:33:13 +0000 (17:33 -0700)
Every qdisc is assosciated with a queue, and in the case of ingress
qdiscs that will now be netdev->rx_queue so using that queue's lock is
the thing to do.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found