From: Paolo Bonzini Date: Wed, 13 Jun 2012 14:56:32 +0000 (+0200) Subject: [SCSI] virtio-scsi: split locking per vq X-Git-Tag: v3.6-rc1~103^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139fe45abc2234b20fd5ecbcb7ea6d3688fed5e5;p=pandora-kernel.git [SCSI] virtio-scsi: split locking per vq Keep a separate lock for each virtqueue. While not particularly important now, it prepares the code for when we will add support for multiple request queues. It is also more tidy as soon as we introduce a separate lock for the sglist. Signed-off-by: Paolo Bonzini Signed-off-by: James Bottomley --- Reading git-diff-tree failed