From b56d1003512c33aa1752d84e3fa078bc76b15bf8 Mon Sep 17 00:00:00 2001 From: Eric Northup Date: Thu, 8 Nov 2012 01:55:50 -0800 Subject: [PATCH] [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-format-patch failed