[NETNS]: Add namespace to API for routing /proc entries creation.
authorDenis V. Lunev <den@openvz.org>
Thu, 10 Jan 2008 11:21:09 +0000 (03:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:01:24 +0000 (15:01 -0800)
commit61a0265344786a548e8a0b26cb668e78a71f9602
treecebfe266232678baba5b3d48f46b3e0f160bebdb
parent5fd30ee7c48bf7f9cd16ab44c8a09fa4a57cc21d
[NETNS]: Add namespace to API for routing /proc entries creation.

This adds netns parameter to fib_proc_init/exit and replaces __init
specifier with __net_init. After this, we will not yet have these proc
files show info from the specific namespace - this will be done when
these tables become namespaced.

Acked-by: Benjamin Thery <benjamin.thery@bull.net>
Acked-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
net/ipv4/af_inet.c
net/ipv4/fib_hash.c
net/ipv4/fib_trie.c