freebsd-skq/sys/cddl
Steven Hartland 208264283d 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
..
boot/zfs MFV r274273: 2014-11-10 08:20:21 +00:00
compat/opensolaris Allow Illumos code to co-exist with nv(9) 2015-03-01 00:22:45 +00:00
contrib/opensolaris Allow zvol_geom_worker to process BIO_DELETE's 2015-03-14 17:35:04 +00:00
dev Add support for walltimestamp to DTrace on ARM. 2015-03-07 04:38:25 +00:00