]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/tcp.c
[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)
commit6931ba7cef3991fbb970997d33e24139ccdc3c2c
treeb9b94005e1b4b1d9e2628d7fd5d3b5357d578598
parentbefffe901649e2cc421d0d150c4379d01658cf6b
[TCP]: Fix oops caused by __tcp_put_md5sig_pool()

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>
net/ipv4/tcp.c