K 10 svn:author V 3 mav K 8 svn:date V 27 2019-12-19T01:25:44.343015Z K 7 svn:log V 316 MFC r355410: Switch GEOM_DEV from make_dev_p() to make_dev_s(). It closes the race condition and so allows to remove few NULL checks. Also while there, use dev->si_drv1 in addition to cp->private to store softc pointer. For calls coming from the dev side it gives reliable cache hit instead of often miss before. END