Re: [PATCH v1 1/2] ata: libata-scsi: terminate deferred commands on time out

Niklas Cassel <[email protected]> Thu, 9 Jul 2026 20:02:21 +0200
Newsgroups gmane.linux.scsi,gmane.linux.ide
Message-ID <ak_iLVzMFBgqI7Av@fedora>
On Thu, Jul 09, 2026 at 07:56:06PM +0200, Niklas Cassel wrote:
> If scmd != the deferred QC, continue to set DID_REQUEUE and return
> SCSI_EH_NOT_HANDLED.

Just to clarify:

If scmd != the deferred QC, continue to set DID_REQUEUE on the deferred QC,
and return SCSI_EH_NOT_HANDLED, since we did not touch scmd.


Kind regards,
Niklas