-
Mike Anderson authored
This patch is against 2.5.67 as of 04-14 as it needs extern for scsi_queue_next_request. I just compiled and booted this patch. I currently do not have a setup to check door lock post error recovery. -andmike -- Michael Anderson andmike@us.ibm.com DESC The patch adds a call to scsi_queue_next_request from scsi_release_request. It also removes a call in scsi_eh_lock_done to scsi_put_command. scsi_release_request will do a call to scsi_put_command if needed. EDESC drivers/scsi/scsi.c | 2 ++ drivers/scsi/scsi_error.c | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-)
6ea24b16