diff options
author | scottl <scottl@FreeBSD.org> | 2007-12-16 07:49:44 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2007-12-16 07:49:44 +0000 |
commit | 9d644f65df1d6f34e0d82638bd7c92fb809d69f4 (patch) | |
tree | 72757966ac0b8454d083bb4765695f84930acac7 /sys | |
parent | ee178ec997c65720eab96af251790ebb72960d23 (diff) | |
download | FreeBSD-src-9d644f65df1d6f34e0d82638bd7c92fb809d69f4.zip FreeBSD-src-9d644f65df1d6f34e0d82638bd7c92fb809d69f4.tar.gz |
Add a missing mutex unlock.
Reported by: Michael Jung
Diffstat (limited to 'sys')
-rw-r--r-- | sys/cam/cam_xpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index c86fe12..547d4bc 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -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 { /* |