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>
This commit is contained in:

committed by
David S. Miller

parent
a2432c4fa5
commit
1ce31c9e08
@@ -199,7 +199,7 @@ static inline int inet_sk_listen_hashfn(const struct sock *sk)
|
||||
}
|
||||
|
||||
/* Caller must disable local BH processing. */
|
||||
int __inet_inherit_port(struct sock *sk, struct sock *child);
|
||||
int __inet_inherit_port(const struct sock *sk, struct sock *child);
|
||||
|
||||
void inet_put_port(struct sock *sk);
|
||||
|
||||
|
Reference in New Issue
Block a user