Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[2.6 patch] fix ip_conntrack_put prototype

0 views
Skip to first unread message

Adrian Bunk

unread,
Jul 26, 2005, 11:08:13 AM7/26/05
to netfilt...@lists.netfilter.org, net...@vger.kernel.org, linux-...@vger.kernel.org
The function is not inline.


Signed-off-by: Adrian Bunk <bu...@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);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

David S. Miller

unread,
Jul 26, 2005, 6:43:14 PM7/26/05
to bu...@stusta.de, netfilt...@lists.netfilter.org, net...@vger.kernel.org, linux-...@vger.kernel.org
From: Adrian Bunk <bu...@stusta.de>
Date: Tue, 26 Jul 2005 16:56:59 +0200

> The function is not inline.
>
> Signed-off-by: Adrian Bunk <bu...@stusta.de>


Applied, thanks Adrian.

0 new messages