[PATCH] ipconfig : put root_server_path into __initdata section

2015-05-10 Thread tyeon
root_server_path is used only for the __init function. so, no need to keep this variable in the memory after kernel init. Signed-off-by: Tom(JeHyeon) Yeon --- net/ipv4/ipconfig.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c

[PATCH] ipconfig : put root_server_path into __initdata section

2015-05-10 Thread tyeon
root_server_path is used only for the __init function. so, no need to keep this variable in the memory after kernel init. Signed-off-by: Tom(JeHyeon) Yeon tom.y...@windriver.com --- net/ipv4/ipconfig.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/ipconfig.c