]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[NET]: Use unused bit for ipvs_property field in struct sk_buff
authorPatrick McHardy <kaber@trash.net>
Mon, 21 Nov 2005 05:19:21 +0000 (21:19 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Nov 2005 05:19:21 +0000 (21:19 -0800)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h

index 0a8ea8b358162b00fcd4036f5a3b23ad6f668a7d..e797d9ef0e28bb2c479e988739c194fda662cd99 100644 (file)
@@ -264,16 +264,14 @@ struct sk_buff {
                                nohdr:1,
                                nfctinfo:3;
        __u8                    pkt_type:3,
-                               fclone:2;
+                               fclone:2,
+                               ipvs_property:1;
        __be16                  protocol;
 
        void                    (*destructor)(struct sk_buff *skb);
 #ifdef CONFIG_NETFILTER
        __u32                   nfmark;
        struct nf_conntrack     *nfct;
-#if defined(CONFIG_IP_VS) || defined(CONFIG_IP_VS_MODULE)
-       __u8                    ipvs_property:1;
-#endif
 #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
        struct sk_buff          *nfct_reasm;
 #endif