> diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c > index ff176a6..cde9c11 100644 > --- a/drivers/scsi/scsi_error.c > +++ b/drivers/scsi/scsi_error.c > @@ -125,11 +125,13 @@ scmd_eh_abort_handler(struct work_struct *work) > scmd_printk(KERN_INFO, scmd, > "scmd %p eh timeout, not aborting\n", > scmd)); > + scmd->eh_eflags &= ~SCSI_EH_ABORT_SCHEDULED; What lock is supposed to prevent concurrent modifications to eh_eflags here? -- 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