Re: [PATCH 07/13] SCSI: export scsi_eh_finish_cmd() and scsi_eh_flush_done_q()
From: Jeff Garzik <hidden>
Date: 2006-01-23 07:09:13
Also in:
linux-scsi
From: Jeff Garzik <hidden>
Date: 2006-01-23 07:09:13
Also in:
linux-scsi
On Mon, Jan 23, 2006 at 01:09:36PM +0900, Tejun Heo wrote:
Export two SCSI EH command handling functions. To be used by libata EH. Signed-off-by: Tejun Heo <redacted> --- James, this patch is a part of libata-EH related updates. After the update, libata EH uses functions exported from this patch to retry or complete failed commands.
ACK (obviously). We'll want to un-export scsi_finish_command() once this is all done. Jeff