On 6/5/24 00:28, Christoph Hellwig wrote:
> if (!dix && scsi_host_dix_capable(sdp->host, 0)) {
> - dif = 0; dix = 1;
> + dif = 0;
> + dix = 1;
> }
Although the above change looks fine to me, it is unrelated to the
other changes in this patch?
Thanks,
Bart.