]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: Statically initialize init_net.dev_base_head
authorRustad, Mark D <mark.d.rustad@intel.com>
Wed, 18 Jul 2012 09:06:07 +0000 (09:06 +0000)
committerGuangyu Sun <guangyu.sun@oracle.com>
Mon, 8 Oct 2012 17:00:21 +0000 (10:00 -0700)
commit34e12300b62530753ff109359bfdd039c0cee38d
tree0a76be323c9376632b8ce747efa04d23eaf5cfa3
parent8675b310e904005044b37f76911f15c40d003aae
net: Statically initialize init_net.dev_base_head

commit 734b65417b24d6eea3e3d7457e1f11493890ee1d upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Guangyu Sun <guangyu.sun@oracle.com>
net/core/dev.c
net/core/net_namespace.c