Source-Changes archive

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

Re: CVS commit: src/sys/rump



On Fri Jan 25 2008 at 16:59:34 +1100, Geoff Wing wrote:
> :Log Message:
> :Use namei() etc. from kernel sources instead of a reimplementation.
> :To accommodate, give the rootvnode its own vnode op vector with a
> :simple lookup operation.  This is used for looking up the file
> :system's device vnode instead of doing that directly in a homesmoked
> :namei().
> 
> :cvs rdiff -r1.4 -r1.5 src/sys/rump/librump/rumpuser/Makefile
> 
> vfs_lookup.c needs vn_isunder() - but since getcwd_common() is a fake
> I guess a fake vn_isunder() is needed.

Heh, damn, I did wonder out loud last night on one channel how I broke
the build this time.  Forgot to commit stuff under sys/kern :(

But I fixed it another way now.

-- 
Antti Kantee <pooka%iki.fi@localhost>                     Of course he runs 
NetBSD
http://www.iki.fi/pooka/                          http://www.NetBSD.org/
    "la qualité la plus indispensable du cuisinier est l'exactitude"



Home | Main Index | Thread Index | Old Index