Commit 45906723578f768d029ba7774cd97b435f2c5125

Authored by Nicolas Dichtel
Committed by David S. Miller
1 parent d9a71f97d5

skbuff: size of hole is wrong in a comment

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/linux/skbuff.h
... ... @@ -498,7 +498,7 @@
498 498 * headers if needed
499 499 */
500 500 __u8 encapsulation:1;
501   - /* 7/9 bit hole (depending on ndisc_nodetype presence) */
  501 + /* 6/8 bit hole (depending on ndisc_nodetype presence) */
502 502 kmemcheck_bitfield_end(flags2);
503 503  
504 504 #if defined CONFIG_NET_DMA || defined CONFIG_NET_RX_BUSY_POLL