Hi David: This patch add missing braces of today's net-next-2.6: include/net/netfilter/nf_conntrack_ecache.h The patch is also available at: http://cooldavid.org/download/nf.net-next-2.6.20081010.patch Signed-off-by: Guo-Fu Tseng diff --git a/include/net/netfilter/nf_conntrack_ecache.h b/include/net/netfilter/nf_conntrack_ecache.h index 35f814c..11480e6 100644 --- a/include/net/netfilter/nf_conntrack_ecache.h +++ b/include/net/netfilter/nf_conntrack_ecache.h @@ -74,6 +74,7 @@ static inline void nf_ct_event_cache_flush(struct net *net) {} static inline int nf_conntrack_ecache_init(struct net *net) { return 0; +} static inline void nf_conntrack_ecache_fini(struct net *net) {