Setting tag linux-2.6-27-38
[linux-2.6.git] / linux-2.6-680-htb-hysteresis-tso.patch
1 diff --git a/net/sched/sch_htb.c b/net/sched/sch_htb.c
2 index d2943a4..eff6918 100644
3 --- a/net/sched/sch_htb.c
4 +++ b/net/sched/sch_htb.c
5 @@ -51,7 +51,7 @@
6      one less than their parent.
7  */
8  
9 -static int htb_hysteresis __read_mostly = 0; /* whether to use mode hysteresis for speedup */
10 +static int htb_hysteresis __read_mostly = 1; /* whether to use mode hysteresis for speedup */
11  #define HTB_VER 0x30011                /* major must be matched with number suplied by TC as version */
12  
13  #if HTB_VER >> 16 != TC_HTB_PROTOVER