]> asedeno.scripts.mit.edu Git - linux.git/commit
tcp: remove dead code after CHECKSUM_PARTIAL adoption
authorEric Dumazet <edumazet@google.com>
Mon, 19 Feb 2018 19:56:52 +0000 (11:56 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Feb 2018 19:24:14 +0000 (14:24 -0500)
commit98be9b12096fb46773b4a509d3822fd17c82218e
treefdee55dc628e78ddae4acbb7f1e97821aae779ae
parent4a64fd6ccf127973d1e2b2fc2f8024e550130617
tcp: remove dead code after CHECKSUM_PARTIAL adoption

Since all skbs in write/rtx queues have CHECKSUM_PARTIAL,
we can remove dead code.

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