Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!uunet!virtech!cpcahil From: cpcahil@virtech.uucp (Conor P. Cahill) Newsgroups: comp.unix.questions Subject: Re: Vnode ops in VFS layer of Kernel (esp. SUN) Message-ID: <1990Oct07.121740.15280@virtech.uucp> Date: 7 Oct 90 12:17:40 GMT References: <545@public.BTR.COM> <1990Oct6.200834.539@mccc.uucp> Reply-To: cpcahil@virtech.UUCP (Conor P. Cahill) Organization: Virtual Technologies Inc., Sterling VA Lines: 17 In article <1990Oct6.200834.539@mccc.uucp> pjh@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