* [2.6 patch] fix ip_conntrack_put prototype
@ 2005-07-26 14:56 Adrian Bunk
2005-07-26 22:39 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2005-07-26 14:56 UTC (permalink / raw)
To: netfilter-devel; +Cc: netdev, linux-kernel
The function is not inline.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.13-rc3-mm1-full/include/linux/netfilter_ipv4/ip_conntrack.h.old 2005-07-26 13:44:20.000000000 +0200
+++ linux-2.6.13-rc3-mm1-full/include/linux/netfilter_ipv4/ip_conntrack.h 2005-07-26 13:45:41.000000000 +0200
@@ -236,7 +236,7 @@
}
/* decrement reference count on a conntrack */
-extern inline void ip_conntrack_put(struct ip_conntrack *ct);
+extern void ip_conntrack_put(struct ip_conntrack *ct);
/* call to create an explicit dependency on ip_conntrack. */
extern void need_ip_conntrack(void);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.6 patch] fix ip_conntrack_put prototype
2005-07-26 14:56 [2.6 patch] fix ip_conntrack_put prototype Adrian Bunk
@ 2005-07-26 22:39 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2005-07-26 22:39 UTC (permalink / raw)
To: bunk; +Cc: netfilter-devel, netdev, linux-kernel
From: Adrian Bunk <bunk@stusta.de>
Date: Tue, 26 Jul 2005 16:56:59 +0200
> The function is not inline.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Applied, thanks Adrian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-07-26 22:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-26 14:56 [2.6 patch] fix ip_conntrack_put prototype Adrian Bunk
2005-07-26 22:39 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).