From: Vijay Subramanian Date: Thu, 28 Mar 2013 13:52:00 +0000 (+0000) Subject: net: fq_codel: Fix off-by-one error X-Git-Tag: v3.9-rc6~38^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd68ddd4c29ab523440299f24ff2417fe7a0dca6;p=pandora-kernel.git net: fq_codel: Fix off-by-one error 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 Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed