]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[TCP]: tcp_write_timeout.c cleanup
authorEric Dumazet <dada1@cosmosbay.com>
Fri, 21 Dec 2007 09:50:43 +0000 (01:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:59:58 +0000 (14:59 -0800)
commitce55dd3610f7ac29bf8d159c2e2ace9aaf2c3038
treed5187da8b1723c5b815337b2c3814d776354e220
parentb790cedd24a7f7d1639072b3faf35f1f56cb38ea
[TCP]: tcp_write_timeout.c cleanup

Before submiting a patch to change a divide to a right shift, I felt
necessary to create a helper function tcp_mtu_probing() to reduce length of
lines exceeding 100 chars in tcp_write_timeout().

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_timer.c