git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aadf93
)
ipvs: add static and read_mostly attributes
author
Eric Dumazet
<eric.dumazet@gmail.com>
Mon, 15 Nov 2010 17:38:52 +0000
(18:38 +0100)
committer
Simon Horman
<horms@verge.net.au>
Mon, 15 Nov 2010 23:13:08 +0000
(08:13 +0900)
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>
No differences found