Subject: Re: nullfs too verbose?
To: Andrew Gillham <gillhaa@ghost.whirlpool.com>
From: Bill Studenmund <skippy@macro.Stanford.EDU>
List: current-users
Date: 04/09/1999 10:21:43
On Fri, 9 Apr 1999, Andrew Gillham wrote:

> Hello,
> 
> With 'options DIAGNOSTIC' and a nullfs mount of /usr/home to /home,
> every time a file is created, it prints:
> null_node_create: already locked
> 
> It looks like the check for 'DIAGNOSTIC' should be dropped in this
> instance, it is far too verbose.  (in null_subr.c)
> Or, is it a bug that the vnode is already locked?

I think you're right. NULLFS_DIAGNOSTIC controls all the other message, I
think it should controll this one too. :-)

Take care,

Bill