]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (12 of many)
authorPawel Biernacki <kaktus@FreeBSD.org>
Mon, 24 Feb 2020 10:42:56 +0000 (10:42 +0000)
committerPawel Biernacki <kaktus@FreeBSD.org>
Mon, 24 Feb 2020 10:42:56 +0000 (10:42 +0000)
commit53a6215c83e7f2849bb07b57d955d17e47e65bc6
tree8d563720cd37f48f6c3e1edc85f1b2affd0272a1
parent5c2c6e01a69a35a2b5dd780cf29452ce5cc43329
Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (12 of many)

r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly marked).
Use it in preparation for a general review of all nodes.

This is non-functional change that adds annotations to SYSCTL_NODE and
SYSCTL_PROC nodes using one of the soon-to-be-required flags.

Approved by: kib (mentor, blanket)
Differential Revision: https://reviews.freebsd.org/D23637
sys/geom/eli/g_eli.c