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, pl
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 Do
2 matches
Mail list logo