|
@@ -488,7 +488,6 @@ struct se_cmd {
|
|
#define CMD_T_COMPLETE (1 << 2)
|
|
#define CMD_T_COMPLETE (1 << 2)
|
|
#define CMD_T_SENT (1 << 4)
|
|
#define CMD_T_SENT (1 << 4)
|
|
#define CMD_T_STOP (1 << 5)
|
|
#define CMD_T_STOP (1 << 5)
|
|
-#define CMD_T_DEV_ACTIVE (1 << 7)
|
|
|
|
#define CMD_T_TAS (1 << 10)
|
|
#define CMD_T_TAS (1 << 10)
|
|
#define CMD_T_FABRIC_STOP (1 << 11)
|
|
#define CMD_T_FABRIC_STOP (1 << 11)
|
|
spinlock_t t_state_lock;
|
|
spinlock_t t_state_lock;
|