On Fri, 2012-08-24 at 23:12 +0800, Fengguang Wu wrote: > Hi Cong, Hi, > include/net/ipv6.h: In function 'ip6_frag_nqueues': > include/net/ipv6.h:273:12: error: 'struct net' has no member named 'ipv6' > include/net/ipv6.h: In function 'ip6_frag_mem': > include/net/ipv6.h:278:25: error: 'struct net' has no member named 'ipv6' > .. > > vim +273 include/net/ipv6.h > 270 > 271 static inline int ip6_frag_nqueues(struct net *net) > 272 { > > 273 return net->ipv6.frags.nqueues; > 274 } > 275 > 276 static inline int ip6_frag_mem(struct net *net) Right.. I missed #ifdef CONFIG_NF_DEFRAG_IPV6. Thanks for the report! -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html