On Wed, Jun 05, 2024 at 10:56:20AM -0600, Bart Van Assche wrote:
> 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?Yes. And earlier version touched this more extensible and this is what is left of that.
