Re: [PATCH 12/12 net-2.6.26] [ICMP6]: Consolidate fail path icmpv6_sk_init with icmpv6_sk_exit.
From: Denis V. Lunev <hidden>
Date: 2008-02-29 22:06:42
Attachments
- diff-icmp-section.txt [text/plain] 560 bytes · preview
From: Denis V. Lunev <hidden>
Date: 2008-02-29 22:06:42
On Fri, 2008-02-29 at 11:23 -0800, David Miller wrote:
From: "Denis V. Lunev" <redacted> Date: Fri, 29 Feb 2008 16:40:58 +0300quoted
+static void __net_exit icmpv6_sk_exit(struct net *net) +{Since you call this from __new_init code, won't this create a section conflict when ipv6 is built statically into the kernel?
Dave, you are perfectly correct :) Though, I have made a similar mistake in the IPv4 code. Pls consider the patch attached.