]> 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)
commit1ef3523130b6c77b8dc47a164ccdd470e957bb27
treeba3b66942c662ea6fe6c12db810550cef7984d65
parentfaa63bb8afdd4f3c5bc108e14a36020d2b369c13
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