On Mon, 2012-09-17 at 22:35 -0400, David Miller wrote: > From: Cong Wang <amwang@xxxxxxxxxx> > Date: Tue, 18 Sep 2012 10:34:16 +0800 > > > Actually, the #ifdef CONFIG_IPV6 is not needed at all, as > > sockstat6_seq_show() is their only caller, which is compiled only when > > CONFIG_IPV6 is enabled. > > "#ifdef CONFIG_IPV6 doesn't work for modular ipv6. Ah... then this should be the cause of your build failure, as I always compile IPV6 as builtin. Sorry for this, my bad. I will remove this #ifdef and resend the whole patchset. Thanks! -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html