+178
−178
Loading
The subsequent patches will merge spdk_iscsi_read_pdu(), spdk_iscsi_execute(), and iscsi_conn_handle_incoming_pdus() into a single function by introducing state machine. Current ordering will create unnecessary function declaration. Hence move spdk_iscsi_read_pdu() down to the next to spdk_iscsi_execute() to avoid it. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I289ebcfc20d90753545ab9500b64fd93ca9dfb6d Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470284 Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>