commit | 2f23cd42e19c22c24ff0e221089b7b6123b117c5 | [log] [tgz] |
---|---|---|
author | Dust Li <dust.li@linux.alibaba.com> | Tue Dec 03 11:17:40 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 03 11:53:55 2019 -0800 |
tree | ce2e53a524b4584053dca5b04fd261f29cc54d65 | |
parent | 0d580fbd2db084a5c96ee9c00492236a279d5e0f [diff] |
net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueues sch->q.len hasn't been set if the subqueue is a NOLOCK qdisc in mq_dump() and mqprio_dump(). Fixes: ce679e8df7ed ("net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprio") Signed-off-by: Dust Li <dust.li@linux.alibaba.com> Signed-off-by: Tony Lu <tonylu@linux.alibaba.com> Signed-off-by: David S. Miller <davem@davemloft.net>