]> git.baikalelectronics.ru Git - kernel.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)
commitacf6b46928ab97cf134f0c297f9988cb530175f4
tree2e56881da4ad67d27221265d58112fcedf33a71c
parentbb018e5bfd973388e09c2aaad38db7eac6123fb2
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