[NET]: Isolate the net/core/ sysctl table
authorPavel Emelyanov <xemul@openvz.org>
Wed, 5 Dec 2007 09:37:34 +0000 (01:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:26 +0000 (14:56 -0800)
Using ctl paths we can put all the stuff, related to net/core/
sysctl table, into one file and remove all the references on it.

As a good side effect this hides the "core_table" name from
the global scope :)

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found