[TCP]: Move mss variable in tcp_mtu_probing()
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 21 Dec 2007 12:29:16 +0000 (04:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:59:59 +0000 (14:59 -0800)
commit829942c18704250fce4d5eca787065a3ee7c685d
treeab968326cd3c16060aae72ea19d07d2d51219072
parent8df09ea3b8ccfe0c94844102d33fa46f57c08d9e
[TCP]: Move mss variable in tcp_mtu_probing()

Down into the only scope where it is used.

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