[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAM_iQpWz-4R7qR+gNxPbYBX+5=Wbnb6uHMdoF0jjYiNvJpcBdA@mail.gmail.com>
Date: Mon, 29 Apr 2013 09:43:14 +0800
From: Cong Wang <xiyou.wangcong@...il.com>
To: David Rientjes <rientjes@...gle.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Alexey Kuznetsov <kuznet@....inr.ac.ru>,
James Morris <jmorris@...ei.org>,
Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>,
Patrick McHardy <kaber@...sh.net>,
Linux Kernel Network Developers <netdev@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [patch] net, ipv4: fix link error when CONFIG_IPV6 is a module
On Mon, Apr 29, 2013 at 5:08 AM, David Rientjes <rientjes@...gle.com> wrote:
> -#if IS_ENABLED(CONFIG_IPV6)
> +#if IS_BUILTIN(CONFIG_IPV6)
This is not a right fix. We had a right one:
[PATCH net-next v3] ipv6: Kill ipv6 dependency of icmpv6_send()
http://marc.info/?l=linux-netdev&m=136692412322576&w=2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists