diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2008-07-27 08:59:33 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-27 09:45:34 -0700 |
commit | eeb61f719c00c626115852bbc91189dc3011a844 (patch) | |
tree | b52cddf222ee55082c0aeee5627049aa0d12afa4 /include/net/route.h | |
parent | bfbcf034798b2ca45338cee5049b5694b7ddc865 (diff) | |
download | op-kernel-dev-eeb61f719c00c626115852bbc91189dc3011a844.zip op-kernel-dev-eeb61f719c00c626115852bbc91189dc3011a844.tar.gz |
missing bits of net-namespace / sysctl
Piss-poor sysctl registration API strikes again, film at 11...
What we really need is _pathname_ required to be present in already
registered table, so that kernel could warn about bad order. That's the
next target for sysctl stuff (and generally saner and more explicit
order of initialization of ipv[46] internals wouldn't hurt either).
For the time being, here are full fixups required by ..._rotable()
stuff; we make per-net sysctl sets descendents of "ro" one and make sure
that sufficient skeleton is there before we start registering per-net
sysctls.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/net/route.h')
-rw-r--r-- | include/net/route.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/route.h b/include/net/route.h index 3140cc5..4f0d8c1 100644 --- a/include/net/route.h +++ b/include/net/route.h @@ -204,6 +204,4 @@ static inline struct inet_peer *rt_get_peer(struct rtable *rt) return rt->peer; } -extern ctl_table ipv4_route_table[]; - #endif /* _ROUTE_H */ |