tcp: remove tcp_queue argument from tso_fragment()
authorEric Dumazet <edumazet@google.com>
Tue, 26 Feb 2019 17:49:13 +0000 (09:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Feb 2019 21:16:03 +0000 (13:16 -0800)
commit564833419f1216c36d28a142b3c8119fd49104d7
tree9528169c06616cc56d61f07767e4746ea1a00535
parent6aedbf986fdb60bb2c44345ec73f19c72e270632
tcp: remove tcp_queue argument from tso_fragment()

tso_fragment() is only called for packets still in write queue.

Remove the tcp_queue parameter to make this more obvious,
even if the comment clearly states this.

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