Re: 7.0-BETA4 - witness_warn on boot

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Michael Jung <mikej@...>
Cc: <freebsd-current@...>
Date: Sunday, December 16, 2007 - 3:48 am

This simple patch should fix it.  This code path is pretty rare, though, 
I'm frankly shocked that you're running into it.

--- cam_xpt.c   20 Oct 2007 23:23:12 -0000      1.191
+++ cam_xpt.c   16 Dec 2007 07:46:22 -0000
@@ -3862,6 +3862,7 @@
                                                    &work_ccb->ccb_h,
                                                    xpt_links.stqe);

+                               mtx_unlock(&xsoftc.xpt_lock);
                                 continue;
                         } else {
                                 /*

Scott


Michael Jung wrote:

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
7.0-BETA4 - witness_warn on boot, Michael Jung, (Fri Dec 14, 2:13 pm)
Re: 7.0-BETA4 - witness_warn on boot, Scott Long, (Sun Dec 16, 3:48 am)
RE: 7.0-BETA4 - witness_warn on boot, Michael Jung, (Mon Jan 7, 11:01 am)
Re: 7.0-BETA4 - witness_warn on boot, Scott Long, (Wed Jan 9, 2:34 am)