Re: [PATCH] scsi: docs: update notes about scsi_times_out

From: Bart Van Assche
Date: Thu Dec 09 2021 - 14:44:14 EST


On 12/8/21 2:56 PM, Khazhismel Kumykov wrote:
+ 2. scsi_abort_command() is invoked to schedule an asynchrous abort. which may
^^^^^^^
Should the dot perhaps be removed?
+ issue a retry scmd->allowed + 1 times. Asynchronous abort are not invoked
^^^^
abort -> aborts?
+ for commands which the SCSI_EH_ABORT_SCHEDULED flag is set (this indicates
^^^^^
which -> for which?
+ that the command already had been aborted once, and this is a retry which
+ failed), when retries are exceeded, or when the EH deadline is expired. In
+ these case Step #3 is taken.
3. scsi_eh_scmd_add(scmd, SCSI_EH_CANCEL_CMD) is invoked for the
command. See [1-4] for more information.

Thanks,

Bart.