On 10/4/21 2:44 AM, Oliver Neukum wrote:
On 30.09.21 18:04, Bart Van Assche wrote:
In other words, the 'done' argument can be derived easily from the
SCSI command pointer.
Do you want me to include a patch in this series that removes the
'done' argument from
the queue_command_lck() functions?
Yes, if we pass a pointer, we should use it. If we should not use it, we
should not pass it.
Then the SCSI people can look at a patch and decide that issue.
Hi Oliver,
I will include a patch in the next version of this series that removes the
'done' argument from the queue_command_lck() functions.
Bart.