]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaeff7364eaf8a66499c11fe1ddee81c4cd873144
treeb7f6118fe6d137d56a2264fb81a8f5718236abb9
parent6b3c6d5df8d49fd70c3943eab1ca58d8de4144f7
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