freebsd-dev/sys/dev/iscsi
Andriy Gapon ad10496cf4 never retry oustanding requests when terminating iscsi session
CAM_REQ_ABORTED sounds natural for aborting outstanding requests when
tearing down a session, but that status actually causes eligible
requests to be tried again.  That's completely useless, so let's use
CAM_DEV_NOT_THERE instead.  Perhaps there is a better status, but this
should be good enough.  The change should affect only the session
termination.

Tested by:	Ben RUBSON <ben.rubson@gmail.com>
Reviewed by:	mav, trasz
MFC after:	2 weeks
Differential Revision: https://reviews.freebsd.org/D12653
2017-10-17 16:03:59 +00:00
..
icl_conn_if.m
icl_soft_proxy.c Listening sockets improvements. 2017-06-08 21:30:34 +00:00
icl_soft.c Inline some trivial wrapper functions. 2017-03-02 16:14:15 +00:00
icl_wrappers.h
icl.c
icl.h
iscsi_ioctl.h
iscsi_proto.h
iscsi.c never retry oustanding requests when terminating iscsi session 2017-10-17 16:03:59 +00:00
iscsi.h