From: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
Date: Fri, 22 Jul 2005 03:00:13 -0300

>   CC [M]  net/ipv4/netfilter/ip_conntrack_core.o
> net/ipv4/netfilter/ip_conntrack_core.c: In function
> `ip_conntrack_event_cache_init':
> include/linux/netfilter_ipv4/ip_conntrack.h:296: sorry, unimplemented:
> inlining failed in call to 'ip_conntrack_put': function body not
> available
> net/ipv4/netfilter/ip_conntrack_core.c:139: sorry, unimplemented:
> called from here
> make[3]: ** [net/ipv4/netfilter/ip_conntrack_core.o] Erro 1
> make[2]: ** [net/ipv4/netfilter] Erro 2
> make[1]: ** [net/ipv4] Erro 2
> 
> This is on the net-2.6.14 tree, using gcc 3.4.3

It's marked inline in the header file yet not in the implementation.
I think we should work out that descrepancy :-)

Since it might conflict, I'm going to apply Harald's ctnetlink stuff,
and then remove the inline tag from ip_conntrack.h's extern declaration
of ip_conntrack_put().  If we really want it to be inline, a followon
patch can do that.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to