Subject: Re: Line & file debugging info for vnode locking.
To: Bill Studenmund <wrstuden@nas.nasa.gov>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-kern
Date: 08/11/1999 10:06:12
On Wed, 11 Aug 1999 09:58:34 -0700 (PDT) 
 Bill Studenmund <wrstuden@nas.nasa.gov> wrote:

 > > and __FUNCTION__
 > 
 > Doh. Actually __FUNCTION__ and __LINE__ would be sufficient.
 > 
 > Thanks for reminding me.

...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.

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>