K 10 svn:author V 3 mav K 8 svn:date V 27 2019-12-19T01:32:15.543086Z K 7 svn:log V 275 MFC r355438: Block ioctls for dying GEOM_DEV instances. For normal I/Os consumer and provider statuses are checked by g_io_check(). But ioctl calls often do not go through it, being dispatched directly. This change makes their semantics more alike, protecting lower levels. END