From owner-cvs-all Tue Dec 12 15:51:43 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 12 15:51:39 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 2872237B400; Tue, 12 Dec 2000 15:51:38 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id E79F76AB68; Wed, 13 Dec 2000 10:21:33 +1030 (CST) Date: Wed, 13 Dec 2000 10:21:33 +1030 From: Greg Lehey To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mutex.h Message-ID: <20001213102133.N77609@wantadilla.lemis.com> References: <200012120348.eBC3mfk27003@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012120348.eBC3mfk27003@freefall.freebsd.org>; from jhb@FreeBSD.org on Mon, Dec 11, 2000 at 07:48:40PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 11 December 2000 at 19:48:40 -0800, John Baldwin wrote: > jhb 2000/12/11 19:48:40 PST > > Modified files: > sys/sys mutex.h > Log: > Since _mtx_enter() and friends are static inline functions now instead of > macros, the mutex KTR log entries don't actually have the useful filename > and line numbers in the KTR_EXTEND case, so remove a comment claiming this > and go back to one set of KTR strings. So we no longer know where the mutex was called from? That sounds bad. Can't we use a wrapper macro for the inline function? Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message