From: Eric Northup Date: Thu, 8 Nov 2012 09:55:50 +0000 (-0800) Subject: [SCSI] virtio_scsi: fix memory leak on full queue condition. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~22^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b56d1003512c33aa1752d84e3fa078bc76b15bf8;p=pandora-kernel.git [SCSI] virtio_scsi: fix memory leak on full queue condition. virtscsi_queuecommand was leaking memory when the virtio queue was full. Tested: Guest operates correctly even with very small queue sizes, validated we're not leaking kmalloc-192 sized allocations anymore. Signed-off-by: Eric Northup Acked-by: Paolo Bonzini Signed-off-by: James Bottomley --- Reading git-diff-tree failed