On 6/2/20 6:26 PM, Mike Christie wrote:
Maybe you need a new trace call for the case where we can't fully initialize the cmd. It could be used for cases like where transport_generic_new_cmd is used directly but fails, the transport_handle_queue_full case, and your case where we fail during the initial setup.
Ignore the transport_handle_queue_full case. I thought we had drivers using it when they initially read commands in, but that's not the case so the cmd is always setup in that function.