| Submitter | Guo-Fu Tseng |
|---|---|
| Date | Oct. 10, 2008, 3:08 a.m. |
| Message ID | <20081010030518.M86501@cooldavid.org> |
| Download | mbox | patch |
| Permalink | /patch/3678/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: "Guo-Fu Tseng" <cooldavid@cooldavid.org> Date: Fri, 10 Oct 2008 11:08:45 +0800 > 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 <cooldavid@cooldavid.org> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
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) {
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 <cooldavid@cooldavid.org> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html