mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
cam: Mark the qos data is valid in xpd_done_direct() too.
Sponsored by: Netflix
This commit is contained in:
parent
f808bb9b7e
commit
abea0c6b0d
1 changed files with 1 additions and 0 deletions
|
|
@ -4642,6 +4642,7 @@ xpt_done_direct(union ccb *done_ccb)
|
|||
|
||||
/* Store the time the ccb was in the sim */
|
||||
done_ccb->ccb_h.qos.periph_data = cam_iosched_delta_t(done_ccb->ccb_h.qos.periph_data);
|
||||
done_ccb->ccb_h.status |= CAM_QOS_VALID;
|
||||
xpt_done_process(&done_ccb->ccb_h);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue