[TCP]: Fix oops caused by __tcp_put_md5sig_pool()
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 14 Dec 2006 00:25:44 +0000 (16:25 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 14 Dec 2006 00:48:26 +0000 (16:48 -0800)
It should call tcp_free_md5sig_pool() not __tcp_free_md5sig_pool()
so that it does proper refcounting.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found