Re: [usb-storage] Re: [PATCH v2] usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer
From: Oliver Neukum
Date: Mon Nov 03 2025 - 04:42:08 EST
On 01.11.25 14:55, 'Owen Gu' via USB Mass Storage on Linux wrote:
On Mon, Oct 27, 2025 at 02:35:37PM +0100, Oliver Neukum wrote:
I think the error handling only takes effect when uas_queuecommand_lck() calls
uas_submit_urbs() and returns the error value -ENODEV . In this case, the device is
disconnected, and the flow proceeds to uas_disconnect(), where uas_zap_pending() is
invoked to call uas_try_complete().
OK, I see. You are right. Please resubmit and I'll ack it.
Regards
Oliver