ipvs: add static and read_mostly attributes
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 15 Nov 2010 17:38:52 +0000 (18:38 +0100)
committerSimon Horman <horms@verge.net.au>
Mon, 15 Nov 2010 23:13:08 +0000 (08:13 +0900)
commit4ecd29447e6b9c12190e21c3e44ed5b12693c467
treec7bad7ff7f913e634ccae14e1c67f7687419f330
parent8aadf93c9c1ff1a53aafd18d038be0d709b5ebc0
ipvs: add static and read_mostly attributes

ip_vs_conn_tab_bits & ip_vs_conn_tab_mask are static to
ipvs/ip_vs_conn.c

ip_vs_conn_tab_size, ip_vs_conn_tab_mask, ip_vs_conn_tab [the pointer],
ip_vs_conn_rnd are mostly read.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
net/netfilter/ipvs/ip_vs_conn.c