Subject: Re: Line & file debugging info for vnode locking.
To: Julian Assange <proff@suburbia.net>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: tech-kern
Date: 08/11/1999 09:58:34
On Wed, 11 Aug 1999, Julian Assange wrote:

> > 	VOP_UNLOCK macros which pass in __FILE__ & __LINE__ directives to the
> 
> and __FUNCTION__

Doh. Actually __FUNCTION__ and __LINE__ would be sufficient.

Thanks for reminding me.

Take care,

Bill
considering that __FILE__ and __LINE__ are already used for lock debugging, > and are also what are used for KASSERT(), etc., I think sticking with > __FILE__ and __LINE__, for consistency's sake, is better. > And __FUNCTION__ isn't ANSI, I assume, while __FILE__ and __LINE__ is. If anyone cares... -- Ragge