OSDN Git Service

tcp_bbr: remove bbr->tso_segs_goal
authorEric Dumazet <edumazet@google.com>
Wed, 28 Feb 2018 22:40:47 +0000 (14:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Mar 2018 02:44:28 +0000 (21:44 -0500)
commit71abf467bb630c7e2f4ef33267d98fb7d10d3ce9
tree3602f4d99e853d781a38c72c1f0d2b08b90105a9
parentdcb8c9b4373a583451b1b8a3e916d33de273633d
tcp_bbr: remove bbr->tso_segs_goal

Its value is computed then immediately used,
there is no need to store it.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_bbr.c