commit | 6931ba7cef3991fbb970997d33e24139ccdc3c2c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Wed Dec 13 16:25:44 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Dec 13 16:48:26 2006 -0800 |
tree | b9b94005e1b4b1d9e2628d7fd5d3b5357d578598 | |
parent | befffe901649e2cc421d0d150c4379d01658cf6b [diff] |
[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>