mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
e1000: drop NEEDGIANT from em_sysctl_debug_info use
The write is only used to toggle the debug print function and this is otherwise stateless. (cherry picked from commit 5f6964d9fbf663f85ee60dae7dfff153b82759d8)
This commit is contained in:
parent
c16093be8a
commit
a112b062e0
1 changed files with 1 additions and 1 deletions
|
|
@ -840,7 +840,7 @@ em_if_attach_pre(if_ctx_t ctx)
|
|||
"Prints FW/NVM Versions");
|
||||
|
||||
SYSCTL_ADD_PROC(ctx_list, child, OID_AUTO, "debug",
|
||||
CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_NEEDGIANT, sc, 0,
|
||||
CTLTYPE_INT | CTLFLAG_RW, sc, 0,
|
||||
em_sysctl_debug_info, "I", "Debug Information");
|
||||
|
||||
SYSCTL_ADD_PROC(ctx_list, child, OID_AUTO, "fc",
|
||||
|
|
|
|||
Loading…
Reference in a new issue