Date: Wed, 31 Jul 2002 05:19:49 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_vnops.c Message-ID: <200207311219.g6VCJnb6029191@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2002/07/31 05:19:49 PDT Modified files: sys/sys vnode.h sys/kern vfs_vnops.c Log: Introduce struct xvnode, which will be used instead of struct vnode for sysctl purposes. Also add two fields to struct vnode, v_cachedfs and v_cachedid, which hold the vnode's device and file id and are filled in by vn_open_cred() and vn_stat(). Sponsored by: DARPA, NAI Labs Revision Changes Path 1.154 +7 -0 src/sys/kern/vfs_vnops.c 1.197 +32 -0 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207311219.g6VCJnb6029191>