Re: [PATCH net-2.6.25] Cleanup sysctl manipulations in devinet.c

2007-12-11 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 07 Dec 2007 19:25:59 +0300 > This includes: > > * moving neigh_sysctl_(un)register calls inside >devinet_sysctl_(un)register ones, as they are always >called in pairs; > * making __devinet_sysctl_unregister() to unregister >the ip

[PATCH net-2.6.25] Cleanup sysctl manipulations in devinet.c

2007-12-07 Thread Pavel Emelyanov
This includes: * moving neigh_sysctl_(un)register calls inside devinet_sysctl_(un)register ones, as they are always called in pairs; * making __devinet_sysctl_unregister() to unregister the ipv4_devconf struct, while original devinet_sysctl_unregister() works with the in_device to ha