]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: clean up SOCK_DEBUG()
authorYafang Shao <laoar.shao@gmail.com>
Mon, 25 Feb 2019 10:33:48 +0000 (18:33 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 17:41:14 +0000 (09:41 -0800)
commiteb5f12314cbb8ed4ff458b85d26ecdff1c62ac8b
tree3a4a0c714eb594027f90193c7387b855c28afb69
parent31d68650804426468d1d65798d0e322bce037272
tcp: clean up SOCK_DEBUG()

Per discussion with Daniel[1] and Eric[2], these SOCK_DEBUG() calles in
TCP are not needed now.
We'd better clean up it.

[1] https://patchwork.ozlabs.org/patch/1035573/
[2] https://patchwork.ozlabs.org/patch/1040533/

Signed-off-by: Yafang Shao <laoar.shao@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c
net/ipv6/tcp_ipv6.c