]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/fib_lookup.h
netfilter: xtables: fix IPv6 dependency in the cluster match
[linux-2.6-omap-h63xx.git] / net / ipv4 / fib_lookup.h
index 26ee66d78c183e3dbe0c6463016809fd0b537117..2c1623d2768bfd2a1e5acd952d8ec610337f1294 100644 (file)
@@ -7,12 +7,14 @@
 
 struct fib_alias {
        struct list_head        fa_list;
-       struct rcu_head rcu;
        struct fib_info         *fa_info;
        u8                      fa_tos;
        u8                      fa_type;
        u8                      fa_scope;
        u8                      fa_state;
+#ifdef CONFIG_IP_FIB_TRIE
+       struct rcu_head         rcu;
+#endif
 };
 
 #define FA_S_ACCESSED  0x01