tcp: Move rcvq sending to tcp_input.c
authorPavel Emelyanov <xemul@parallels.com>
Thu, 10 May 2012 01:49:41 +0000 (01:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 May 2012 03:24:35 +0000 (23:24 -0400)
It actually works on the input queue and will use its read mem
routines, thus it's better to have in in the tcp_input.c file.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found