]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit459259eab61ef7cf36a22c2f70bf6166093b8bb4
treeb9b94005e1b4b1d9e2628d7fd5d3b5357d578598
parent68956237635cb4b31d383df1af77374810eb748a
[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