https://github.com/torvalds/linux
Revision 6931ba7cef3991fbb970997d33e24139ccdc3c2c authored by David S. Miller on 14 December 2006, 00:25:44 UTC, committed by David S. Miller on 14 December 2006, 00:48:26 UTC
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>
1 parent befffe9
Raw File
Tip revision: 6931ba7cef3991fbb970997d33e24139ccdc3c2c authored by David S. Miller on 14 December 2006, 00:25:44 UTC
[TCP]: Fix oops caused by __tcp_put_md5sig_pool()
Tip revision: 6931ba7
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes

#
# Top-level generic files
#
tags
TAGS
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series
back to top