From owner-freebsd-current Sun Jan 21 13:22:27 2001 Delivered-To: freebsd-current@freebsd.org Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by hub.freebsd.org (Postfix) with SMTP id 1E6C137B401 for ; Sun, 21 Jan 2001 13:22:10 -0800 (PST) Received: (qmail 62185 invoked by uid 1142); 21 Jan 2001 21:22:09 -0000 Date: 21 Jan 2001 13:22:09 -0800 Date: Sun, 21 Jan 2001 13:22:00 -0800 From: Jason Evans To: Bosko Milekic Cc: current@FreeBSD.ORG Subject: Re: WITNESS may cause failed boot, patch available Message-ID: <20010121132200.W69199@canonware.com> References: <20010121062953.V69199@canonware.com> <009e01c083d4$d880d0c0$1f90c918@jehovah> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <009e01c083d4$d880d0c0$1f90c918@jehovah>; from bmilekic@technokratis.com on Sun, Jan 21, 2001 at 01:06:15PM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 21, 2001 at 01:06:15PM -0500, Bosko Milekic wrote: > > > http://people.freebsd.org/~jasone/diffs/mutex_f_3.diff > > This looks like a variation of Peter's mutex.diff which moves a bunch of > macros to kern/kern_mutex.c from sys/mutex.h - so is it final now that we > will move them there? It was one of the things I expected to happen as part of the mutex API and inlining cleanup, but it was necessary to either move a bunch of mutex implementation details out of mutex.h, or to expose even more implementation details in order to fix the WITNESS breakage, so I did the former. By the way, Peter helped me clean this patch up, so there isn't a conflict of interest between the two patches. I just wish this could have waited until your mutex cleanups were ready. =) Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message