]> 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)
commit3f0f189e5373b6f14f46f6768085f8ef488c70f5
tree3a4a0c714eb594027f90193c7387b855c28afb69
parentc4e12d9b6c26f82bd7f2460a53a8e380b313d5bb
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