On Tue, Dec 08, 2015 at 08:37:28AM +0100, Hannes Reinecke wrote: > Use scsi_vpd_lun_id() to assign a unique device identification > to the alua port group structure. I really hate the fix length arrays and how they are passed around. Can't you move the call to scsi_vpd_lun_id into alua_get_pg (alua_alloc_pg)? Also I think the new alua_lookup_pg should be alua_find_get_pg or similar as it takes a reference on the pg. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html