[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4899A173.2050807@teltonika.lt>
Date: Wed, 06 Aug 2008 16:04:51 +0300
From: Paulius Zaleckas <paulius.zaleckas@...tonika.lt>
To: David Miller <davem@...emloft.net>
CC: wangchen@...fujitsu.com, mingo@...e.hu, viro@...IV.linux.org.uk,
netdev@...r.kernel.org
Subject: Re: [PATCH] net/ipv4/route.c: fix build error
David Miller wrote:
> From: Wang Chen <wangchen@...fujitsu.com>
> Date: Fri, 01 Aug 2008 09:40:59 +0800
>
>> Dave, the build error keeps showing several days.
>
> I've applied Ingo's patch, thanks.
And after merging this patch:
[PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTL
author Al Viro <viro@...iv.linux.org.uk>
Wed, 30 Jul 2008 10:32:52 +0000 (06:32 -0400)
committer Al Viro <viro@...iv.linux.org.uk>
Fri, 1 Aug 2008 15:25:22 +0000 (11:25 -0400)
commit a1bc6eb4b499ae67ada9a01660010580b6569403
This function is over ifdef'ed :)
#ifdef CONFIG_SYSCTL
/*
* We really need to sanitize the damn ipv4 init order, then all
* this nonsense will go away.
*/
void __init ip_static_sysctl_init(void)
{
#ifdef CONFIG_SYSCTL
register_sysctl_paths(ipv4_route_path, ipv4_route_table);
#endif
}
#endif
BR,
Paulius Zaleckas
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists