Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1416321 > unrolled thread

[PATCH] net/netlink/af_netlink.h: Remove unused structure.

Started byFabien Siron <fabien.siron@epita.fr>
First post2016-06-07 17:40 +0200
Last post2016-06-10 07:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] net/netlink/af_netlink.h: Remove unused structure. Fabien Siron <fabien.siron@epita.fr> - 2016-06-07 17:40 +0200
    Re: [PATCH] net/netlink/af_netlink.h: Remove unused structure. David Miller <davem@davemloft.net> - 2016-06-10 07:30 +0200

#1416321 — [PATCH] net/netlink/af_netlink.h: Remove unused structure.

FromFabien Siron <fabien.siron@epita.fr>
Date2016-06-07 17:40 +0200
Subject[PATCH] net/netlink/af_netlink.h: Remove unused structure.
Message-ID<rHrgJ-4rU-1@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1419026

FromDavid Miller <davem@davemloft.net>
Date2016-06-10 07:30 +0200
Message-ID<rInb4-sl-15@gated-at.bofh.it>
In reply to#1416321
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.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web