]> git.baikalelectronics.ru Git - kernel.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)
commitcfefdd77f92faf19186b9ddd73d8a4c9f64e8bb7
treed5187da8b1723c5b815337b2c3814d776354e220
parentf4a773e4c8db9f8598fe68a9191e148d31c69f7d
[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