]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcp: constify tcp_create_openreq_child() socket argument
authorEric Dumazet <edumazet@google.com>
Tue, 29 Sep 2015 14:42:47 +0000 (07:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 23:53:09 +0000 (16:53 -0700)
commitc28c6f045945f53e842467bf0e86c5fac051643d
tree2e56881da4ad67d27221265d58112fcedf33a71c
parent54105f98f544ec5305bf1fad292ca454ad55ef67
tcp: constify tcp_create_openreq_child() socket argument

This method does not touch the listener socket.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_minisocks.c