netgraph: Remove CTLFLAG_NEEDGIANT from sysctl.

MFC after:	2 weeks
This commit is contained in:
Alexander Motin 2021-12-26 19:42:53 -05:00
parent 6237a1cc2d
commit 2f1a46d12b

View File

@ -3390,7 +3390,7 @@ sysctl_debug_ng_dump_items(SYSCTL_HANDLER_ARGS)
}
SYSCTL_PROC(_debug, OID_AUTO, ng_dump_items,
CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_NEEDGIANT, 0, sizeof(int),
CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_MPSAFE, 0, sizeof(int),
sysctl_debug_ng_dump_items, "I",
"Number of allocated items");
#endif /* NETGRAPH_DEBUG */