Re: [PATCH scsi-misc-2.6 04/07] scsi: remove unnecessary scsi_delete_timer() call in scsi_reset_provider()
From: Tejun Heo (htejun_at_gmail.com)
Date: 04/10/05
- Previous message: Pavel Machek: "Re: [PATCH] zero disk pages used by swsusp on resume"
- In reply to: Tejun Heo: "[PATCH scsi-misc-2.6 00/07] scsi: timer updates"
- Next in thread: Tejun Heo: "Re: [PATCH scsi-misc-2.6 03/07] scsi: remove a timer race in scsi_queue_insert()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: James.Bottomley@steeleye.com, axboe@suse.de, Christoph Hellwig <hch@infradead.org> Date: Mon, 11 Apr 2005 03:45:26 +0900 (KST)
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 <htejun@gmail.com>
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-11 03:42:11.000000000 +0900
+++ scsi-reqfn-export/drivers/scsi/scsi_error.c 2005-04-11 03:42:12.000000000 +0900
@@ -1843,7 +1843,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-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Pavel Machek: "Re: [PATCH] zero disk pages used by swsusp on resume"
- In reply to: Tejun Heo: "[PATCH scsi-misc-2.6 00/07] scsi: timer updates"
- Next in thread: Tejun Heo: "Re: [PATCH scsi-misc-2.6 03/07] scsi: remove a timer race in scsi_queue_insert()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]