Re: [PATCH net-2.6.25 7/7] Switch users of ipv4_devconf(_all) to use the pernet one

2007-12-16 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Tue, 11 Dec 2007 21:02:18 +0300 > These are scattered over the code, but almost all the > "critical" places already have the proper struct net > at hand except for snmp proc showing function and routing > rtnl handler. > > Signed-off-by: Pavel Eme

[PATCH net-2.6.25 7/7] Switch users of ipv4_devconf(_all) to use the pernet one

2007-12-11 Thread Pavel Emelyanov
These are scattered over the code, but almost all the "critical" places already have the proper struct net at hand except for snmp proc showing function and routing rtnl handler. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/include/linux/inetdevice.h b/include/linux/inet