Randy Dunlap wrote: > Hi Doug, > > scsi_debug.c says: > > MODULE_PARM_DESC(every_nth, "timeout every nth command(def=100)"); > > I don't see where the default of 100 is set. > > #define DEF_EVERY_NTH 0 > ... > static int scsi_debug_every_nth = DEF_EVERY_NTH; > > > Can you clarify for me, please? Randy, s/100/0/ The string in MODULE_PARM_DESC is wrong. The support web page, http://www.torque.net/sg/sdebug26.html is accurate stating the default is 0 and notes: "for error injection: 0 -> off". Doug Gilbert - 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