Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2008 13:59:00 -0600
From:      James Gritton <jamie@gritton.org>
To:        freebsd-virtualization@freebsd.org
Subject:   V_rootvnode
Message-ID:  <4852D184.9060301@gritton.org>

next in thread | raw e-mail | index | archive | help
In merging vimage into jails, there's one field prison has that vimage 
lacks: pr_root.  In planning for the merge, it would make sense to treat 
rootvnode like the pr_root of the base prison, i.e. use a V_rootvnode macro.

As with the hostname, there are many places in the kernel where there's 
no reasonable context for anything other than the real root vnode.  So 
in addition to the V_rootvnode, we'd want a G_rootvnode like the 
recently introduced G_hostname.

- Jamie



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4852D184.9060301>