netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.
authorDavid S. Miller <davem@davemloft.net>
Tue, 22 Jul 2008 21:16:42 +0000 (14:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jul 2008 21:16:42 +0000 (14:16 -0700)
The new address list lock needs to handle the same device layering
issues that the _xmit_lock one does.

This integrates work done by Patrick McHardy.

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

No differences found