Subject: Re: NAMECACHE_ENTER_REVERSE (Re: CVS commit: src/sys/kern)
To: None <tech-kern@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-kern
Date: 11/29/2006 09:39:38
On Wed, Nov 29, 2006 at 07:06:09AM +0900, YAMAMOTO Takashi wrote:
> > >if vnode -> name translation is really necessary, it should be
> > >implemented in upper layers.  (caller of VOPs, not filesystems.)
> > 
> > how? can you please elaborate?
> 
> something similar to what linux and dragonflybsd do.

The latter would mean separating the namespace topology from the vnode
topology, which should help for the layered filesystem issues.

Joerg