]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In receiving a new ATIO, don't record the associated CCB in the target
authormjacob <mjacob@FreeBSD.org>
Tue, 18 Apr 2006 21:52:00 +0000 (21:52 +0000)
committermjacob <mjacob@FreeBSD.org>
Tue, 18 Apr 2006 21:52:00 +0000 (21:52 +0000)
commit620eff6c1c7757283220b4adf082fcbf4dfb9c24
tree8050e423ee99138a6e1ff9cb6f6548d1a14a6e7e
parentfa129851243af1f8600245a7b6d21564f4687611
In receiving a new ATIO, don't record the associated CCB in the target
state structure. This field is only for CCBs that are associated with
actions that are occurring on the HBA (i.e., XPT_CONT_IO actions).

This way we also don't get confused when the upstream listener stalls
try and look at a CCB which has already been freed (by CAM).
sys/dev/mpt/mpt_cam.c