net: fq_codel: Fix off-by-one error
authorVijay Subramanian <subramanian.vijay@gmail.com>
Thu, 28 Mar 2013 13:52:00 +0000 (13:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Mar 2013 19:32:23 +0000 (15:32 -0400)
Currently, we hold a max of sch->limit -1 number of packets instead of
sch->limit packets. Fix this off-by-one error.

Signed-off-by: Vijay Subramanian <subramanian.vijay@gmail.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found