Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45906723 authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by David S. Miller
Browse files

skbuff: size of hole is wrong in a comment



Since commit c93bdd0e ("netvm: allow skb allocation to use PFMEMALLOC
reserves"), hole size is one bit less than what is written in the comment.

Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d9a71f97
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -498,7 +498,7 @@ struct sk_buff {
	 * headers if needed
	 * headers if needed
	 */
	 */
	__u8			encapsulation:1;
	__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);
	kmemcheck_bitfield_end(flags2);


#if defined CONFIG_NET_DMA || defined CONFIG_NET_RX_BUSY_POLL
#if defined CONFIG_NET_DMA || defined CONFIG_NET_RX_BUSY_POLL