From: David S. Miller Date: Thu, 14 Dec 2006 00:25:44 +0000 (-0800) Subject: [TCP]: Fix oops caused by __tcp_put_md5sig_pool() X-Git-Tag: v2.6.20-rc1~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6931ba7cef3991fbb970997d33e24139ccdc3c2c;p=pandora-kernel.git [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 --- Reading git-diff-tree failed