]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r315030: Abort all ATIOs and INOTs queued to SIM on LUN disable.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 24 Mar 2017 07:02:03 +0000 (07:02 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 24 Mar 2017 07:02:03 +0000 (07:02 +0000)
commit5394f182de828efe508a1ee00456e5bf3541d43c
tree7cc913ee9db068bd001acdd278a9abb50be54381
parentf8ecfb4599988b0013140b5d54c8e4efd60652ea
MFC r315030: Abort all ATIOs and INOTs queued to SIM on LUN disable.

Some SIMs may not abort them implicitly, that either fail the LUN disable
request or just make us wait for those CCBs forever.  With this change
I can successfully disable LUNs on mpt(4).  For isp(4), which aborts them
implicitly, this change should be irrelevant.

git-svn-id: svn://svn.freebsd.org/base/stable/10@315889 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/cam/ctl/scsi_ctl.c