Subject: Re: Line & file debugging info for vnode locking.
To: Andrew Brown <atatat@atatdot.net>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-kern
Date: 08/11/1999 07:43:23
On Tue, 10 Aug 1999 23:59:09 -0400 
 Andrew Brown <atatat@atatdot.net> wrote:

 > so one can tell at a glance from where the problematic call was made
 > without having to utsl?  i dunno...

You pretty much have to UTSL anyhow, if you have a function which calls
something multiple times (which is typical in the case of vnode locks).

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