Revert "tcp: bind() fix when many ports are bound"
This reverts two commits:
f4899d0dac5bcdf21b7dd13b55e0c58c6e1262ed
tcp: bind() fix when many ports are bound
and a follow-on fix for it:
b41cd8a6cd1d6cb96488579dfa91af5cefdf09d5
ipv6: Fix inet6_csk_bind_conflict()
It causes problems with binding listening sockets when time-wait
sockets from a previous instance still are alive.
It's too late to keep fiddling with this so late in the -rc
series, and we'll deal with it in net-next-2.6 instead.
Signed-off-by: David S. Miller <davem@davemloft.net>