1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/dev/virtio/block
Bryan Venteicher ac4b6bcd17 virtio: Start taskqueues threads after attach cannot fail
If virtio_setup_intr() failed during boot, we would hang in
taskqueue_free() -> taskqueue_terminate() for all the taskq
threads to terminate. This will never happen since the
scheduler is not running by this point.

Reported by:	neel, grehan
Approved by:	grehan (mentor)
2012-12-14 05:27:56 +00:00
..
virtio_blk.c virtio: Start taskqueues threads after attach cannot fail 2012-12-14 05:27:56 +00:00
virtio_blk.h Do not include <sys/types.h> in the local headers. The .c files including 2012-07-03 15:15:41 +00:00