Add a missing mutex unlock.
Reported by: Michael Jung
This commit is contained in:
parent
ee178ec997
commit
9d644f65df
@ -3862,6 +3862,7 @@ xpt_run_dev_sendq(struct cam_eb *bus)
|
||||
&work_ccb->ccb_h,
|
||||
xpt_links.stqe);
|
||||
|
||||
mtx_unlock(&xsoftc.xpt_lock);
|
||||
continue;
|
||||
} else {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user