netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: drop_monitor: fix the value of maxattr
@ 2013-12-08 14:36 Changli Gao
  2013-12-10  2:11 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Changli Gao @ 2013-12-08 14:36 UTC (permalink / raw)
  To: David S. Miller; +Cc: Changli Gao, netdev

maxattr in genl_family should be used to save the max attribute
type, but not the max command type. Drop monitor doesn't support
any attributes, so we should leave it as zero.
---
 net/core/drop_monitor.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/drop_monitor.c b/net/core/drop_monitor.c
index 9589718..e70301e 100644
--- a/net/core/drop_monitor.c
+++ b/net/core/drop_monitor.c
@@ -64,7 +64,6 @@ static struct genl_family net_drop_monitor_family = {
 	.hdrsize        = 0,
 	.name           = "NET_DM",
 	.version        = 2,
-	.maxattr        = NET_DM_CMD_MAX,
 };
 
 static DEFINE_PER_CPU(struct per_cpu_dm_data, dm_cpu_data);
-- 
1.7.9.5

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

end of thread, other threads:[~2013-12-10  2:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-08 14:36 [PATCH] net: drop_monitor: fix the value of maxattr Changli Gao
2013-12-10  2:11 ` 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).