+121
−128
Loading
Group iscsi_send_r2t(), iscsi_send_r2t_recovery(), and iscsi_remove_r2t_pdu_from_snack_list() to the following ordering: iscsi_send_r2t() iscsi_remove_r2t_pdu_from_snack_list() iscsi_send_r2t_recovery(), move the group to just above add_transfer_task(), and then remove declaration of iscsi_send_r2t() and iscsi_send_r2t_recovery(). This makes the structure of the source code more top-down. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I473ba13a1ac656d4a4553c7e2ac8bae463a6d441 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470262 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>