summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
diff options
context:
space:
mode:
authorDaniel Borkmann2015-01-29 12:15:03 +0100
committerDavid S. Miller2015-01-31 02:58:39 +0100
commit207895fd388c7c4c48bc33055cd726d9e750298c (patch)
tree560b36ca51ce4d654822e75e8c883d6e534e5992 /net/ipv6/addrconf.c
parentMerge branch 'cpsw_macid' (diff)
downloadkernel-qcow2-linux-207895fd388c7c4c48bc33055cd726d9e750298c.tar.gz
kernel-qcow2-linux-207895fd388c7c4c48bc33055cd726d9e750298c.tar.xz
kernel-qcow2-linux-207895fd388c7c4c48bc33055cd726d9e750298c.zip
net: mark some potential candidates __read_mostly
They are all either written once or extremly rarely (e.g. from init code), so we can move them to the .data..read_mostly section. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/addrconf.c')
-rw-r--r--net/ipv6/addrconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index 7dcc065e2160..8623118cb2bb 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -5405,7 +5405,7 @@ static struct pernet_operations addrconf_ops = {
.exit = addrconf_exit_net,
};
-static struct rtnl_af_ops inet6_ops = {
+static struct rtnl_af_ops inet6_ops __read_mostly = {
.family = AF_INET6,
.fill_link_af = inet6_fill_link_af,
.get_link_af_size = inet6_get_link_af_size,