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

Commit 23789824 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller
Browse files

net: ifdef struct sock::sk_async_wait_queue



Every user is under CONFIG_NET_DMA already, so ifdef field as well.

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e4412cb8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -239,7 +239,9 @@ struct sock {
	int			sk_sndbuf;
	struct sk_buff_head	sk_receive_queue;
	struct sk_buff_head	sk_write_queue;
#ifdef CONFIG_NET_DMA
	struct sk_buff_head	sk_async_wait_queue;
#endif
	int			sk_wmem_queued;
	int			sk_forward_alloc;
	gfp_t			sk_allocation;