netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/netlink/af_netlink.h: Remove unused structure.
@ 2016-06-07 13:02 Fabien Siron
  2016-06-10  5:26 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Fabien Siron @ 2016-06-07 13:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: netdev, davem, Fabien Siron

Signed-off-by: Fabien Siron <fabien.siron@epita.fr>
---
 net/netlink/af_netlink.h | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/net/netlink/af_netlink.h b/net/netlink/af_netlink.h
index e68ef9c..3cfd6cc 100644
--- a/net/netlink/af_netlink.h
+++ b/net/netlink/af_netlink.h
@@ -8,20 +8,6 @@
 #define NLGRPSZ(x)	(ALIGN(x, sizeof(unsigned long) * 8) / 8)
 #define NLGRPLONGS(x)	(NLGRPSZ(x)/sizeof(unsigned long))
 
-struct netlink_ring {
-	void			**pg_vec;
-	unsigned int		head;
-	unsigned int		frames_per_block;
-	unsigned int		frame_size;
-	unsigned int		frame_max;
-
-	unsigned int		pg_vec_order;
-	unsigned int		pg_vec_pages;
-	unsigned int		pg_vec_len;
-
-	atomic_t		pending;
-};
-
 struct netlink_sock {
 	/* struct sock has to be the first member of netlink_sock */
 	struct sock		sk;
-- 
2.8.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net/netlink/af_netlink.h: Remove unused structure.
  2016-06-07 13:02 [PATCH] net/netlink/af_netlink.h: Remove unused structure Fabien Siron
@ 2016-06-10  5:26 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-06-10  5:26 UTC (permalink / raw)
  To: fabien.siron; +Cc: linux-kernel, netdev

From: Fabien Siron <fabien.siron@epita.fr>
Date: Tue, 7 Jun 2016 13:02:04 +0000

> Signed-off-by: Fabien Siron <fabien.siron@epita.fr>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-10  5:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-07 13:02 [PATCH] net/netlink/af_netlink.h: Remove unused structure Fabien Siron
2016-06-10  5:26 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).