]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
xen/blkfront: Remove CTLFLAG_NEEDGIANT from sysctl.
authorAlexander Motin <mav@FreeBSD.org>
Sun, 26 Dec 2021 02:24:24 +0000 (21:24 -0500)
committerAlexander Motin <mav@FreeBSD.org>
Sun, 26 Dec 2021 02:24:24 +0000 (21:24 -0500)
commit54daceab555cb56765a8d4e63071ea44cd877f53
tree4188fbefc79c851be319415b30097870ac5b7605
parent6c101ed7a3f7cb47d6ac5c9e5fd33580ac8fa699
xen/blkfront: Remove CTLFLAG_NEEDGIANT from sysctl.

It only converts bit field into string.  It does not need locking.

MFC after: 1 week
sys/dev/xen/blkfront/blkfront.c