commit | 6470f2ba641cf93d357854cdc63a65350352bb97 | [log] [tgz] |
---|---|---|
author | Arne Redlich <arne.redlich@xiranet.com> | Sat Sep 30 15:49:40 2006 +0200 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sun Oct 01 15:06:54 2006 -0500 |
tree | ecba093313d2b75a98c67e706fdee18e2162a871 | |
parent | fb4f66be59f3dcc66fda2e681f1fc77b5cc4508d [diff] |
[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 <arne.redlich@xiranet.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>