ba1811556b
Subsequent patches will have to abort SCSI tasks in the iSCSI layer. But spdk_scsi_task_set_status() API is not public API. spdk_scsi_task_process_null_lun() is existing public API but LUN NOT SUPPORTED is not appropriate for those cases. Hence add an new public API spdk_scsi_task_process_abort(). Change-Id: I5b488e902ccd790ace2936b3e6ebfeb124fa429a Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/436080 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>