commit | 734b65417b24d6eea3e3d7457e1f11493890ee1d | [log] [tgz] |
---|---|---|
author | Rustad, Mark D <mark.d.rustad@intel.com> | Wed Jul 18 09:06:07 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 18 13:32:27 2012 -0700 |
tree | 608e36d53d11479bc95fda54cf83931102fc8935 | |
parent | 2ab1c24bbd1bae22e0a54beba0cbb12272d940e4 [diff] |
net: Statically initialize init_net.dev_base_head This change eliminates an initialization-order hazard most recently seen when netprio_cgroup is built into the kernel. With thanks to Eric Dumazet for catching a bug. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>