]> git.baikalelectronics.ru Git - kernel.git/commit
net_sched: sch_fq: remove dead code dealing with retransmits
authorEric Dumazet <edumazet@google.com>
Fri, 21 Sep 2018 15:51:54 +0000 (08:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Sep 2018 02:38:00 +0000 (19:38 -0700)
commit8b83848ba96ae2e3d256817d0d9fe847f8b5614b
treebec31e6a1fd0762ac9a4cf0e5106e057481f2384
parent0ba031db2f47110b548394f4210a8667bcba9afc
net_sched: sch_fq: remove dead code dealing with retransmits

With the earliest departure time model, we no longer plan
special casing TCP retransmits. We therefore remove dead
code (since most compilers understood skb_is_retransmit()
was false)

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_fq.c