commit | 2e9c9dfde00a6466441e93033cf2c37f720bdacf | [log] [tgz] |
---|---|---|
author | Richard W.M. Jones <rjones@redhat.com> | Tue Oct 02 17:25:46 2012 +0200 |
committer | James Bottomley <JBottomley@Parallels.com> | Tue Oct 09 11:22:45 2012 +0100 |
tree | 2901839118456b74f63b7d02017d4458a42ef4e4 | |
parent | ae59057b647673a77f33b78d83f4b5da3d99c5c1 [diff] |
[SCSI] virtio-scsi: initialize scatterlist structure 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>