Vnode ops in VFS layer of Kernel (esp. SUN)

Conor P. Cahill cpcahil at virtech.uucp
Sun Oct 7 22:17:40 AEST 1990


In article <1990Oct6.200834.539 at mccc.uucp> pjh at mccc.edu (Pete Holsberg) writes:
>	What are "vnodes"???

In a nutshell...

Vnodes are very similar to the System V file system switch.  They provide
a layering between the generic file system activities and the file system
specific activities so that you will not have to change any code in the
generic layer when you want to add a new file system type.  

This is a part of the system that you will never have to deal with unless
you are adding support for new file systems to the kernel.

-- 
Conor P. Cahill            (703)430-9247        Virtual Technologies, Inc.,
uunet!virtech!cpcahil                           46030 Manekin Plaza, Suite 160
                                                Sterling, VA 22170 



More information about the Comp.unix.questions mailing list