[NET]: Move unneeded data to initdata section.
authorDenis V. Lunev <den@openvz.org>
Tue, 13 Nov 2007 11:23:50 +0000 (03:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Nov 2007 11:23:50 +0000 (03:23 -0800)
commit022cbae611a37eda80d498f8f379794c8ac3be47
treec6fe8fe45748127c916d32ec97601c435065d5cb
parented160e839d2e1118529e58b04d52dba703ca629c
[NET]: Move unneeded data to initdata section.

This patch reverts Eric's commit 2b008b0a8e96b726c603c5e1a5a7a509b5f61e35

It diets .text & .data section of the kernel if CONFIG_NET_NS is not set.
This is safe after list operations cleanup.

Signed-of-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/loopback.c
fs/proc/proc_net.c
include/net/net_namespace.h
net/core/dev.c
net/core/dev_mcast.c
net/netlink/af_netlink.c