On Sun, 26 Mar 2006, Randy.Dunlap wrote: > gadget/file_storage.c says: > > #define MAX_LUNS 8 > > /* Arggh! There should be a module_param_array_named macro! */ > static char *file[MAX_LUNS]; > static int ro[MAX_LUNS]; > > > and ahoy matey, there is such a macro. Does it need to be used here?
Ah, I see someone has decided to add it. Thanks for letting me know. I'll write a patch to make use of it. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
