DragonFly BSD
DragonFly kernel List (threaded) for 2005-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: approach on getting nullfs to work again


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 9 Feb 2005 21:28:39 -0800 (PST)

:On Wed, Feb 09, 2005 at 02:38:30PM -0800, Matthew Dillon wrote:
:>     The idea being that instead of having nullfs fake-up
:>     vnodes (like it does in FreeBSD) we instead have it return the *actual*
:>     vnode and only fake-up the namecache topology.
:
:I think we still have to create "fake" vnodes because we have to catch
:and certain VOPs in the nullfs directly instead of passing them to the
:parent. One important issue is fstatfs, but the directory operations
:have similiar needs.
:
:Joerg

     Only for unionfs.  For nullfs (where no merging is taking place) I
     am pretty certain we don't have to fake file OR directory vnodes.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]