Subject: Re: vnode uniqueness question
To: <>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 08/09/2002 12:37:29
> Or am I confused and it's perfectly okay to have multiple vnodes
> kicking around that refer to the same underlying entity?

My guess is that you only want one vnode for each 'entity'.
However for kernfs does it matter if each lookup actually
references a 'clone' of the entity.

This would be not dissimilar to having a directory full of
lots of copies of (say) boottime, and each caller being given
a separate one.

OTOH kernfs could just sit on a vnode for each entry!
Until it contains a driver generated device tree this
won't matter.

	David

-- 
David Laight: david@l8s.co.uk