|
@@ -1647,6 +1647,9 @@ void transport_generic_request_failure(struct se_cmd *cmd,
|
|
|
{
|
|
|
int ret = 0, post_ret = 0;
|
|
|
|
|
|
+ if (transport_check_aborted_status(cmd, 1))
|
|
|
+ return;
|
|
|
+
|
|
|
pr_debug("-----[ Storage Engine Exception for cmd: %p ITT: 0x%08llx"
|
|
|
" CDB: 0x%02x\n", cmd, cmd->tag, cmd->t_task_cdb[0]);
|
|
|
pr_debug("-----[ i_state: %d t_state: %d sense_reason: %d\n",
|