]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r315030: Abort all ATIOs and INOTs queued to SIM on LUN disable.
authormav <mav@FreeBSD.org>
Fri, 24 Mar 2017 07:01:31 +0000 (07:01 +0000)
committermav <mav@FreeBSD.org>
Fri, 24 Mar 2017 07:01:31 +0000 (07:01 +0000)
commit3e15ed3c85c730f279490aaec6d2c81953e9fece
tree9154fc69e725c5e1d063a58dbe72617f40687091
parent0d9d883e15e2055be3a26d1ec02ee71a85048117
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.
sys/cam/ctl/scsi_ctl.c