FSG_MAX_LUNS
struct fsg_lun *luns[FSG_MAX_LUNS];
if (num >= FSG_MAX_LUNS)
num = array_index_nospec(num, FSG_MAX_LUNS);
(unsigned)FSG_MAX_LUNS);
bool ro[FSG_MAX_LUNS];
bool removable[FSG_MAX_LUNS];
bool cdrom[FSG_MAX_LUNS];
bool nofua[FSG_MAX_LUNS];
char *file[FSG_MAX_LUNS];
struct fsg_lun_config luns[FSG_MAX_LUNS];