Skip to content

Commit

Permalink
target: use transport_cmd_check_stop_to_fabric consistently
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Nicholas Bellinger committed Oct 24, 2011
1 parent 3df8d40 commit b7b8bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/target/target_core_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit b7b8bef

Please sign in to comment.