Hi Mike, On Wed, 12 Dec 2007 15:25:10 +0000, "Miller, Mike (OS Dev)" <Mike.Miller@xxxxxx> wrote: > > Index: 2.6.24-rc4/drivers/block/cciss.c > > =================================================================== > > --- 2.6.24-rc4.orig/drivers/block/cciss.c > > +++ 2.6.24-rc4/drivers/block/cciss.c snip > > +2526,6 @@ after_error_processing: > > } > > cmd->rq->data_len = 0; > > cmd->rq->completion_data = cmd; > > - blk_add_trace_rq(cmd->rq->q, cmd->rq, BLK_TA_COMPLETE); > > Why is this removed? Sorry for the less explanation. Because it is done in __end_that_request_first() called from blk_end_request(). I'll add the explanation to the patch description when I update the patch. Thanks, Kiyoshi Ueda - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html