[DECNET]: Switch to using ctl_paths.
authorPavel Emelyanov <xemul@openvz.org>
Wed, 9 Jan 2008 08:31:49 +0000 (00:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:01:09 +0000 (15:01 -0800)
commit3151a9ab04714d0323efbe3c6c12bc5b2b1f058d
tree624422f09186fe2dad9c2e788e3cb5d94d27ea85
parent90754f8ec011c91382ece2849a43b8f8aa8a0105
[DECNET]: Switch to using ctl_paths.

The decnet includes two places to patch. The first one is
the net/decnet table itself, and it is patched just like
other subsystems in the first patch in this series.

The second place is a bit more complex - it is the
net/decnet/conf/xxx entries,. similar to those in
ipv4/devinet.c and ipv6/addrconf.c. This code is made similar
to those in ipv[46].

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