Re: [PATCH v2] scsi: Replace zero-length array with flexible array member

2024-12-09 Thread Martin K. Petersen
On Sun, 10 Nov 2024 23:33:24 +0100, Thorsten Blum wrote: > Replace the deprecated zero-length array with a modern flexible array > member in the struct iscsi_bsg_host_vendor_reply. > > Applied to 6.14/scsi-queue, thanks! [1/1] scsi: Replace zero-length array with flexible array member ht

Re: [PATCH v2] scsi: Replace zero-length array with flexible array member

2024-12-04 Thread Martin K. Petersen
Thorsten, > Replace the deprecated zero-length array with a modern flexible array > member in the struct iscsi_bsg_host_vendor_reply. Applied to 6.14/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

[PATCH v2] scsi: Replace zero-length array with flexible array member

2024-11-10 Thread Thorsten Blum
Replace the deprecated zero-length array with a modern flexible array member in the struct iscsi_bsg_host_vendor_reply. Link: https://github.com/KSPP/linux/issues/78 Signed-off-by: Thorsten Blum --- Changes in v2: - Use DECLARE_FLEX_ARRAY() as suggested by Gustavo A. R. Silva - Link to v1: https