]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFS r353041: fdt_slicer: bump to SI_ORDER_THIRD following r347183
authorKyle Evans <kevans@FreeBSD.org>
Thu, 3 Oct 2019 14:27:04 +0000 (14:27 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 3 Oct 2019 14:27:04 +0000 (14:27 +0000)
commit095b6c1431e1cc531d43a3b1ee92c9dd898e954b
tree217030e4e7f21f6df31f2df1132363320c8d9245
parentc640d5d008c5b73ce74dab40a670dedb9d063e9e
MFS r353041: fdt_slicer: bump to SI_ORDER_THIRD following r347183

r347183 bumped GEOM classes to SI_ORDER_SECOND to resolve a race between
them and the initialization of devsoftc.mtx in devinit, but missed this
dependency on g_flashmap that may now lose the race against GEOM
classes/g_init.

There's a great comment that describes the situation that has also been
updated with the new ordering of GEOM classes.

Approved by: re (kib)
sys/dev/fdt/fdt_slicer.c