mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
xen/blkfront: Remove CTLFLAG_NEEDGIANT from sysctl.
It only converts bit field into string. It does not need locking. MFC after: 1 week
This commit is contained in:
parent
6c101ed7a3
commit
54daceab55
1 changed files with 1 additions and 1 deletions
|
|
@ -924,7 +924,7 @@ xbd_setup_sysctl(struct xbd_softc *xbd)
|
|||
"communication channel pages (negotiated)");
|
||||
|
||||
SYSCTL_ADD_PROC(sysctl_ctx, children, OID_AUTO,
|
||||
"features", CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_NEEDGIANT, xbd,
|
||||
"features", CTLTYPE_STRING | CTLFLAG_RD | CTLFLAG_MPSAFE, xbd,
|
||||
0, xbd_sysctl_features, "A", "protocol features (negotiated)");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue