[SCSI] trivial scsi_execute_async fix
authorArne Redlich <arne.redlich@xiranet.com>
Sat, 30 Sep 2006 13:49:40 +0000 (15:49 +0200)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 1 Oct 2006 20:06:54 +0000 (15:06 -0500)
In scsi_execute_async()'s error path, a struct scsi_io_context
allocated with kmem_cache_alloc() is kfree()'d. Obviously
kmem_cache_free() should be used instead.

Signed-off-by: Arne Redlich <arne.redlich@xiranet.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found