scsi_debug fault-injection question

2007-06-11 Thread Randy Dunlap
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? Thanks. --- ~Randy *** Remember to use

Re: scsi_debug fault-injection question

2007-06-11 Thread Douglas Gilbert
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,