In file included from drivers/scsi/scsi_transport_iscsi.c:23:include/scsi/scsi_bsg_iscsi.h:62:18: error: flexible array member in a struct with no named members62 | uint32_t vendor_rsp[]; | ^~~~~~~~~~
This won't be an issue in the near future, but for now just use DECLARE_FLEX_ARRAY(). Thanks -- Gustavo