vlan: use netdev_lockdep_set_classes()
authorEric Dumazet <edumazet@google.com>
Mon, 12 Feb 2024 14:06:58 +0000 (14:06 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 14 Feb 2024 02:45:06 +0000 (18:45 -0800)
commit9a3c93af549185863761fc4815ace9ab17dfc350
tree6641ba33fa2d6a45451ec15031a8e95ba1051a12
parent88c9d07b96bb02108ef786f574cd0e730ebab678
vlan: use netdev_lockdep_set_classes()

vlan uses vlan_dev_set_lockdep_class() which lacks qdisc_tx_busylock
initialization.

Use generic netdev_lockdep_set_classes() to not worry anymore.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20240212140700.2795436-2-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/8021q/vlan_dev.c