From: Vijay Subramanian Date: Tue, 3 Sep 2013 19:23:22 +0000 (-0700) Subject: tcp: Change return value of tcp_rcv_established() X-Git-Tag: v3.12-rc1~132^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c995ae2259ee36caf48bbfacf40111998dacd4af;p=pandora-kernel.git tcp: Change return value of tcp_rcv_established() tcp_rcv_established() returns only one value namely 0. We change the return value to void (as suggested by David Miller). After commit 0c24604b (tcp: implement RFC 5961 4.2), we no longer send RSTs in response to SYNs. We can remove the check and processing on the return value of tcp_rcv_established(). We also fix jtcp_rcv_established() in tcp_probe.c to match that of tcp_rcv_established(). Signed-off-by: Vijay Subramanian Signed-off-by: David S. Miller --- Reading git-diff-tree failed