]> Pileus Git - ~andy/linux/commitdiff
skbuff: size of hole is wrong in a comment
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 30 Sep 2013 12:16:41 +0000 (14:16 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2013 05:32:39 +0000 (22:32 -0700)
Since commit c93bdd0e03e8 ("netvm: allow skb allocation to use PFMEMALLOC
reserves"), hole size is one bit less than what is written in the comment.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h

index 2ddb48d9312c260e1e41a87ac25a19314f2aa379..c2d89335f6370d6e72a06470290a2a6e8a4cac7b 100644 (file)
@@ -498,7 +498,7 @@ struct sk_buff {
         * headers if needed
         */
        __u8                    encapsulation:1;
-       /* 7/9 bit hole (depending on ndisc_nodetype presence) */
+       /* 6/8 bit hole (depending on ndisc_nodetype presence) */
        kmemcheck_bitfield_end(flags2);
 
 #if defined CONFIG_NET_DMA || defined CONFIG_NET_RX_BUSY_POLL