On Fri, Jun 10 2005, James Bottomley wrote: > diff --git a/drivers/block/scsi_ioctl.c b/drivers/block/scsi_ioctl.c > --- a/drivers/block/scsi_ioctl.c > +++ b/drivers/block/scsi_ioctl.c > @@ -231,9 +231,6 @@ static int sg_io(struct file *file, requ > if (verify_command(file, cmd)) > return -EPERM; > > - /* > - * we'll do that later > - */ > if (hdr->iovec_count) > return -EOPNOTSUPP; Didn't you want to remove more than the comment here? > diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c > --- a/drivers/scsi/scsi_error.c > +++ b/drivers/scsi/scsi_error.c > @@ -1230,6 +1230,9 @@ static void scsi_eh_offline_sdevs(struct > scmd->device->channel, > scmd->device->id, > scmd->device->lun); > + /* try to reset the bus and the card to a sane state */ > + scsi_try_bus_reset(scmd); > + scsi_try_host_reset(scmd); > scsi_device_set_state(scmd->device, SDEV_OFFLINE); > if (scsi_eh_eflags_chk(scmd, SCSI_EH_CANCEL_CMD)) { Different patch? Other than that I think it looks good, thanks. I'll get this added asap. -- Jens Axboe - : 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