]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove asserts that Giant is not held on entrance into geom KPI, which
authorKonstantin Belousov <kib@FreeBSD.org>
Fri, 20 May 2016 08:22:20 +0000 (08:22 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Fri, 20 May 2016 08:22:20 +0000 (08:22 +0000)
commitdff9131e582628461a37d6220f244652c92a7376
tree8122488ce12013776d383a0469ac0c255ebb4c84
parent82d2623e5a8c803cffcd88fa2e32cf615a05fade
Remove asserts that Giant is not held on entrance into geom KPI, which
outlived their usefulness.  This allows to remove drop/pickup Giant
wrappers around GEOM calls.

Discussed with: alfred, imp, phk
Sponsored by: The FreeBSD Foundation
sys/geom/geom.h
sys/geom/geom_event.c
sys/geom/geom_kern.c