Commit 2bf4514
committed
vlan: use netdev_lockdep_set_classes()
JIRA: https://issues.redhat.com/browse/RHEL-6066
Upstream Status: net.git commit 9a3c93a
commit 9a3c93a
Author: Eric Dumazet <edumazet@google.com>
Date: Mon Feb 12 14:06:58 2024 +0000
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>
Signed-off-by: Davide Caratti <dcaratti@redhat.com>1 parent 1cd0ac5 commit 2bf4514
1 file changed
+1
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | 492 | | |
515 | 493 | | |
516 | 494 | | |
| |||
612 | 590 | | |
613 | 591 | | |
614 | 592 | | |
615 | | - | |
| 593 | + | |
616 | 594 | | |
617 | 595 | | |
618 | 596 | | |
| |||
0 commit comments