[PATCH 12/12] block: move integrity information into queue_limits
Christoph Hellwig
hch at lst.de
Wed Jun 5 21:51:36 PDT 2024
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.
More information about the Linux-nvme
mailing list