git: virtio - vtblk_finish_bio() called with serializer held

Matthew Dillon dillon at crater.dragonflybsd.org
Fri May 27 17:35:18 PDT 2016


commit 6375454f2769d4fd6ca78135b17ee22c4eeaab3f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri May 27 17:33:18 2016 -0700

    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.

Summary of changes:
 sys/dev/virtual/virtio/block/virtio_blk.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6375454f2769d4fd6ca78135b17ee22c4eeaab3f


-- 
DragonFly BSD source repository



More information about the Commits mailing list