]> git.baikalelectronics.ru Git - kernel.git/commit
net: add netdev_lockdep_set_classes() helper
authorEric Dumazet <edumazet@google.com>
Thu, 9 Jun 2016 14:45:12 +0000 (07:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Jun 2016 20:28:37 +0000 (13:28 -0700)
commitd043f99b6f7bb05412baaed5e17c0c0673bf70d1
treeec632344dab9ba6c7a3767aa4054e682ddf5871c
parent0f28f93ec78e492021495fd2c68174dcd065db98
net: add netdev_lockdep_set_classes() helper

It is time to add netdev_lockdep_set_classes() helper
so that lockdep annotations per device type are easier to manage.

This removes a lot of copies and missing annotations.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c
drivers/net/ppp/ppp_generic.c
drivers/net/team/team.c
include/linux/netdevice.h
net/bluetooth/6lowpan.c
net/ieee802154/6lowpan/core.c
net/l2tp/l2tp_eth.c