mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Add xpt_schedule_dev_sendq() call, lost at r203108. It is not needed in
usual operation, but required in some conditions to make queue running after being shrinked. MFC after: 3 days
This commit is contained in:
parent
9b55fc0429
commit
8caae13f68
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207490
@ -4874,6 +4874,8 @@ camisr_runqueue(void *V_queue)
|
||||
if ((dev->flags & CAM_DEV_TAG_AFTER_COUNT) != 0
|
||||
&& (--dev->tag_delay_count == 0))
|
||||
xpt_start_tags(ccb_h->path);
|
||||
if (!device_is_send_queued(dev))
|
||||
xpt_schedule_dev_sendq(ccb_h->path->bus, dev);
|
||||
}
|
||||
|
||||
if (ccb_h->status & CAM_RELEASE_SIMQ) {
|
||||
|
Loading…
Reference in New Issue
Block a user