summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-12-16 07:49:44 +0000
committerscottl <scottl@FreeBSD.org>2007-12-16 07:49:44 +0000
commit9d644f65df1d6f34e0d82638bd7c92fb809d69f4 (patch)
tree72757966ac0b8454d083bb4765695f84930acac7 /sys/cam
parentee178ec997c65720eab96af251790ebb72960d23 (diff)
downloadFreeBSD-src-9d644f65df1d6f34e0d82638bd7c92fb809d69f4.zip
FreeBSD-src-9d644f65df1d6f34e0d82638bd7c92fb809d69f4.tar.gz
Add a missing mutex unlock.
Reported by: Michael Jung
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c1
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 {
/*
OpenPOWER on IntegriCloud