virtio - vtblk_finish_bio() called with serializer held
commit6375454f2769d4fd6ca78135b17ee22c4eeaab3f
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 28 May 2016 00:33:18 +0000 (27 17:33 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 28 May 2016 00:34:47 +0000 (27 17:34 -0700)
treeac81c68aa962337a406864e42c276da92d0d2cc1
parenteb55c32fd8cfd23a65c04877c6f15ef0c3f7ed6e
virtio - vtblk_finish_bio() called with serializer held

* vtblk_finish_bio() was being improperly called with the
  serializer held in the strategy error path.

* Note that biodone() is properly called without the
  serializer held in the normal completion path.
sys/dev/virtual/virtio/block/virtio_blk.c