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 intro[MAX_LUNS];
>
>
> and ahoy matey, there is such a macr
gadget/file_storage.c says:
#define MAX_LUNS8
/* 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?
---
~Randy
--