commit | 8ecc7c8a1c1662effe10f5894df174e4a5d59da3 | [log] [tgz] |
---|---|---|
author | Cong Wang <xiyou.wangcong@gmail.com> | Fri Sep 07 13:29:13 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 10 10:39:38 2018 -0700 |
tree | 9e09db7dd8c6919ba947226196586e791bf1c858 | |
parent | 86c55361e569400b6286f30283a9c143a18c20d9 [diff] |
net_sched: remove redundant qdisc lock classes We no longer take any spinlock on RX path for ingress qdisc, so this lockdep annotation is no longer needed. Cc: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>