Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2003 12:33:26 -0800 (PST)
From:      Nate Lawson <nate@root.org>
To:        Jeff Roberson <jroberson@chesapeake.net>
Cc:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern vfs_default.c
Message-ID:  <Pine.BSF.4.21.0303031227400.78538-100000@root.org>
In-Reply-To: <20030303151051.F72102-100000@mail.chesapeake.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 3 Mar 2003, Jeff Roberson wrote:
> On Mon, 3 Mar 2003, Nate Lawson wrote:
> >   Modified files:
> >     sys/kern             vfs_default.c
> >   Log:
> >   Pick up one file missed in the previous vprint() cleanup
> >
> Hey, good work here.  Do you think there would be any way to use the
> vnode's char name in the generic sync routine?  There are a few other
> places where we msleep that could use a more specific name as well.

Interesting idea but how would you suggest compressing that to 6 chars?
I assume "show lockedvnodes" will always be supreme?  And when I just
glanced at the implementation of "show lockedvnodes", I noticed:
   mtx_lock(&mountlist_mtx);
How can this be correct?

-Nate


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0303031227400.78538-100000>