netns: constify net_hash_mix() and various callers
authorEric Dumazet <edumazet@google.com>
Wed, 18 Mar 2015 21:05:33 +0000 (14:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Mar 2015 02:00:34 +0000 (22:00 -0400)
commit6eada0110c8984477f5f1e57a0b7f7b2fc841e30
treeb7f6118fe6d137d56a2264fb81a8f5718236abb9
parent8f6320de5f6a817ba360be6ae39f721c7f9b26fb
netns: constify net_hash_mix() and various callers

const qualifiers ease code review by making clear
which objects are not written in a function.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/udp.h
include/net/inet_hashtables.h
include/net/netns/hash.h
net/ipv4/devinet.c
net/ipv4/inet_hashtables.c
net/ipv4/ping.c
net/ipv4/udp.c
net/ipv6/inet6_hashtables.c
net/ipv6/udp.c