diff options
| author | David S. Miller <[email protected]> | 2005-07-05 22:18:51 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2005-07-05 22:18:51 +0000 |
| commit | a762a9800752f05fa8768bb0ac35d0e7f1bcfe7f (patch) | |
| tree | 2e92990b86b5bb5404e2f784f7cbb2579609bd95 /net/ipv4/tcp_input.c | |
| parent | [TCP]: Add missing skb_header_release() call to tcp_fragment(). (diff) | |
| download | kernel-a762a9800752f05fa8768bb0ac35d0e7f1bcfe7f.tar.gz kernel-a762a9800752f05fa8768bb0ac35d0e7f1bcfe7f.zip | |
[TCP]: Kill extra cwnd validate in __tcp_push_pending_frames().
The tcp_cwnd_validate() function should only be invoked
if we actually send some frames, yet __tcp_push_pending_frames()
will always invoke it. tcp_write_xmit() does the call for us,
so the call here can simply be removed.
Also, tcp_write_xmit() can be marked static.
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_input.c')
0 files changed, 0 insertions, 0 deletions
