04_scsi_timer_remove_delete_timer_from_reset_provider.patch

        scsi_reset_provider() calls scsi_delete_timer() on exit which
        isn't necessary.  Remove it.

Signed-off-by: Tejun Heo <[EMAIL PROTECTED]>

 scsi_error.c |    1 -
 1 files changed, 1 deletion(-)

Index: scsi-reqfn-export/drivers/scsi/scsi_error.c
===================================================================
--- scsi-reqfn-export.orig/drivers/scsi/scsi_error.c    2005-04-19 
23:30:58.000000000 +0900
+++ scsi-reqfn-export/drivers/scsi/scsi_error.c 2005-04-19 23:30:58.000000000 
+0900
@@ -1882,7 +1882,6 @@ scsi_reset_provider(struct scsi_device *
                rtn = FAILED;
        }
 
-       scsi_delete_timer(scmd);
        scsi_next_command(scmd);
        return rtn;
 }

-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to