Re: [PATCH net-2.6.25 6/7] Switch users of ipv4_devconf_dflt to use the pernet one

2007-12-16 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Tue, 11 Dec 2007 20:59:58 +0300 > They are all collected in the net/ipv4/devinet.c file and > mostly use the IPV4_DEVCONF_DFLT macro. > > So I add the net parameter to it and patch users accordingly. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTE

[PATCH net-2.6.25 6/7] Switch users of ipv4_devconf_dflt to use the pernet one

2007-12-11 Thread Pavel Emelyanov
They are all collected in the net/ipv4/devinet.c file and mostly use the IPV4_DEVCONF_DFLT macro. So I add the net parameter to it and patch users accordingly. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c index 996f07e..cd957f4 1006