[SCSI] virtio-scsi: initialize scatterlist structure
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 2 Oct 2012 15:25:46 +0000 (17:25 +0200)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 9 Oct 2012 10:22:45 +0000 (11:22 +0100)
The sg struct is used without being initialized, which breaks
when CONFIG_DEBUG_SG is enabled.

Cc: stable@vger.kernel.org
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found