On 24/03/2024 23:54, Christoph Hellwig wrote: Reviewed-by: John Garry <john.g.garry@xxxxxxxxxx>
+++ b/drivers/scsi/iscsi_tcp.c @@ -943,6 +943,7 @@ iscsi_sw_tcp_session_create(struct iscsi_endpoint *ep, uint16_t cmds_max, shost->max_id = 0; shost->max_channel = 0; shost->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; + shost->dma_alignment = 0;
nit: I am not sure that we really need to zero this, but it also seems needless for max_channel also ...