@@ -115,10 +115,6 @@ static bool __target_check_io_state(struct se_cmd *se_cmd, u32 skip_flags,
return false;
}
se_cmd->transport_state |= CMD_T_ABORTED;
-
- if ((tmr_sess != se_cmd->se_sess) && tas)
- se_cmd->transport_state |= CMD_T_TAS;
-
spin_unlock(&se_cmd->t_state_lock);
return kref_get_unless_zero(&se_cmd->cmd_kref);
@@ -487,7 +487,6 @@ struct se_cmd {
#define CMD_T_COMPLETE (1 << 2)
#define CMD_T_SENT (1 << 4)
#define CMD_T_STOP (1 << 5)
-#define CMD_T_TAS (1 << 10)
#define CMD_T_FABRIC_STOP (1 << 11)
spinlock_t t_state_lock;
struct kref cmd_kref;