OSDN Git Service

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)
commit9946b3410b61c6efa75a5cfb134cbd78b772b725
tree3a4a0c714eb594027f90193c7387b855c28afb69
parent4bfabc46f877b9c8393d17b9c0a54660af2c0cad
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