mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-01 16:14:13 +08:00
target: use transport_cmd_check_stop_to_fabric consistently
Change one remaining user of transport_cmd_check_stop(cmd, 2, 0) to the transport_cmd_check_stop_to_fabric wrapper. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
parent
3df8d40ba3
commit
b7b8bef7f8
@ -4752,7 +4752,7 @@ int transport_generic_do_tmr(struct se_cmd *cmd)
|
||||
cmd->t_state = TRANSPORT_ISTATE_PROCESSING;
|
||||
cmd->se_tfo->queue_tm_rsp(cmd);
|
||||
|
||||
transport_cmd_check_stop(cmd, 2, 0);
|
||||
transport_cmd_check_stop_to_fabric(cmd);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user