]> git.baikalelectronics.ru Git - kernel.git/commit
inet: constify __inet_inherit_port() sock argument
authorEric Dumazet <edumazet@google.com>
Tue, 29 Sep 2015 14:42:44 +0000 (07:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 23:53:08 +0000 (16:53 -0700)
commit5c7c41e051934c1e34baee0f7596891d4ce12db7
treeba3b66942c662ea6fe6c12db810550cef7984d65
parent9bce69bb33d102c8977356024bdaa51458774e2c
inet: constify __inet_inherit_port() sock argument

socket is not touched, make it const.

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