All of lore.kernel.org
 help / color / mirror / Atom feed
* [nf_conntrack] fix gcc-4.0 compilation
@ 2005-05-24 11:25 Michal Rokos
  2005-06-11 15:48 ` Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Rokos @ 2005-05-24 11:25 UTC (permalink / raw)
  To: netfilter-devel

Hello,

nf_ct_put() shouldn't be marked as inline since it's not inline.

Signed-off-by: Michal Rokos <michal@rokos.info>

Index: include/linux/netfilter/nf_conntrack.h
===================================================================
--- 7e29b6c221553e370f4969432cd4034a0161f37c/include/linux/netfilter/nf_conntrack.h  (mode:100644)
+++ da99e40e104ed32e8cb4126726c524b53651b807/include/linux/netfilter/nf_conntrack.h  (mode:100644)
@@ -218,7 +218,7 @@
 }
 
 /* decrement reference count on a conntrack */
-extern inline void nf_ct_put(struct nf_conn *ct);
+extern void nf_ct_put(struct nf_conn *ct);
 
 /* call to create an explicit dependency on nf_conntrack. */
 extern void need_nf_conntrack(void);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [nf_conntrack] fix gcc-4.0 compilation
  2005-05-24 11:25 [nf_conntrack] fix gcc-4.0 compilation Michal Rokos
@ 2005-06-11 15:48 ` Patrick McHardy
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2005-06-11 15:48 UTC (permalink / raw)
  To: Michal Rokos; +Cc: netfilter-devel

Michal Rokos wrote:
> nf_ct_put() shouldn't be marked as inline since it's not inline.

Applied, thanks.

Regards
Patrick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-11 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-24 11:25 [nf_conntrack] fix gcc-4.0 compilation Michal Rokos
2005-06-11 15:48 ` Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.