diff options
author | Paolo Abeni <pabeni@redhat.com> | 2019-04-10 14:32:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-10 12:20:46 -0700 |
commit | 1f5e6fdd6aec7929e67afad1e42e35d894a119ae (patch) | |
tree | a473860ae14f8a116b3cf7f510c42f456c9a3cd9 /arch/m68k | |
parent | b0a231a26d56265521abbb6db1748accd6bb036a (diff) |
net: sched: prefer qdisc_is_empty() over direct qlen access
When checking for root qdisc queue length, do not access directly q.qlen.
In the following patches we will move back qlen accounting to per CPU
values for NOLOCK qdiscs.
Instead, prefer the qdisc_is_empty() helper usage.
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/m68k')
0 files changed, 0 insertions, 0 deletions