]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit1ce31c9e08997ea0fa62be0a7437f868be173f13
treeba3b66942c662ea6fe6c12db810550cef7984d65
parenta2432c4fa5e3c4c06df6efe0c406b6f575829a7b
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