RE: 7.0-BETA4 - witness_warn on boot

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Scott Long <scottl@...>
Cc: <freebsd-current@...>
Date: Monday, January 7, 2008 - 11:01 am

-----Original Message-----
From: Scott Long [mailto:scottl@samsco.org] 
Sent: Sunday, December 16, 2007 2:48 AM
To: Michael Jung
Cc: freebsd-current@freebsd.org
Subject: Re: 7.0-BETA4 - witness_warn on boot

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:

queue]
taskq]

"freebsd-current-unsubscribe@freebsd.org"

Scott,

Any chance on getting this committed?  It's been working great but
requires me to 
patch after every cvsup.

Thanks.

--mikej

CONFIDENTIALITY NOTE: This message is intended only for the use
of the individual or entity to whom it is addressed and may contain 
information that is privileged, confidential, and exempt from 
disclosure under applicable law. If the reader of this message is 
not the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this transmission 
in error, please notify us by telephone at (502) 212-4001 or 
notify us at PAI , Dept. 99, 11857 Commonwealth Drive, 
Louisville, KY  40299.  Thank you.
_______________________________________________
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)