]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[TCP]: Kill bogus comment above tcp_tso_acked().
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:20:41 +0000 (15:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:20:41 +0000 (15:20 -0700)
commita56476962e92a6c389a1a561274d4a27607b7b5f
treef09548939eee59548eab9b60e03c8701e56535c1
parentb4e26f5ea0dbdd1e813c5571fb467022d8eb948a
[TCP]: Kill bogus comment above tcp_tso_acked().

Everything stated there is out of data.  tcp_trim_skb()
does adjust the available socket send buffer space and
skb->truesize now.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c