freebsd-skq/sys/cddl/contrib/opensolaris
smh bc1c82b63e Allow zvol_geom_worker to process BIO_DELETE's
If zvol_geom_start is called with a BIO_DELETE from a thread which can
sleep it queues it for later processing by the zvol_geom_worker. The
zvol_geom_worker didn't have a delete case so would simply loose the bio
hence preventing the original caller from every completing. In addition
an other unknown types would suffer the same fate.

Allow zvol_geom_worker to process BIO_DELETE's via zvol_strategy and
return unsupported for all unknown bio types.

MFC after:	2 weeks
Sponsored by:	Multiplay
2015-03-14 17:35:04 +00:00
..
common Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
uts Allow zvol_geom_worker to process BIO_DELETE's 2015-03-14 17:35:04 +00:00
OPENSOLARIS.LICENSE