[Devel] Re: [PATCH net-2.6.25 2/3][IPV4] Unify and cleanup calls to devinet_sysctl_register
Herbert Xu
herbert at gondor.apana.org.au
Sat Dec 1 05:20:00 PST 2007
On Fri, Nov 30, 2007 at 09:26:58PM +0300, Pavel Emelyanov wrote:
>
> Besides, the inet_device is passed to this function, but
> it is not needed there at all - just the device name and
> ifindex are required.
But it is called devinet_* so an in_dev kind of makes sense :)
> #ifdef CONFIG_SYSCTL
> - devinet_sysctl_register(in_dev, &in_dev->cnf);
> + devinet_sysctl_register(dev, &in_dev->cnf);
How about just giving it in_dev instead?
Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
More information about the Devel
mailing list