From: Arne Redlich Date: Sat, 30 Sep 2006 13:49:40 +0000 (+0200) Subject: [SCSI] trivial scsi_execute_async fix X-Git-Tag: v2.6.19-rc1~4^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6470f2ba641cf93d357854cdc63a65350352bb97;p=pandora-kernel.git [SCSI] trivial scsi_execute_async fix 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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed