RE: [PATCH 1/2] don't zero out sense_buffer in queuecommand

2008-01-14 Thread Salyzyn, Mark
ACK on ips bits. Sincerely -- Mark Salyzyn . . . > diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c > index e54d30c..b1b2295 100644 > --- a/drivers/scsi/ips.c > +++ b/drivers/scsi/ips.c > @@ -2736,8 +2736,6 @@ ips_next(ips_ha_t * ha, int intr) > SC->result = DID_OK; >

[PATCH 1/2] don't zero out sense_buffer in queuecommand

2008-01-12 Thread FUJITA Tomonori
LLDs don't need to zero out scsi_cmnd::sense_buffer in queuecommand since scsi-ml does. This is a preparation of the future changes to allocate the sense_buffer only when necessary. Many LLDs zero out the sense_buffer before touching it on the error case. This patch lets them alone for now because