[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081112121308.GA4759@x200.localdomain>
Date: Wed, 12 Nov 2008 15:13:08 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: davem@...dev.vger.kernel.org
Cc: netdev@...r.kernel.org
Subject: [PATCH] net: ifdef struct sock::sk_async_wait_queue
Every user is under CONFIG_NET_DMA already, so ifdef field as well.
Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
---
include/net/sock.h | 2 ++
1 file changed, 2 insertions(+)
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -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;
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists