From: Toke Høiland-Jørgensen <t...@redhat.com> Date: Wed, 9 Jan 2019 17:10:57 +0100
> There are now several places where qdisc_tree_reduce_backlog() is called > with a negative number of packets (to signal an increase in number of > packets in the queue). Rather than rely on overflow behaviour, change the > function signature to use signed integers to communicate this usage to > people reading the code. > > Signed-off-by: Toke Høiland-Jørgensen <t...@redhat.com> Applied to net-next, thanks.