From owner-cvs-all Sun Oct 21 8:52:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CBC337B406; Sun, 21 Oct 2001 08:52:51 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9LFqpl25418; Sun, 21 Oct 2001 08:52:51 -0700 (PDT) (envelope-from des) Message-Id: <200110211552.f9LFqpl25418@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 21 Oct 2001 08:52:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_cache.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/10/21 08:52:51 PDT Modified files: sys/sys vnode.h sys/kern vfs_cache.c Log: Convert textvp_fullpath() into the more generic vn_fullpath() which takes a struct thread * and a struct vnode * instead of a struct proc *. Temporarily add a textvp_fullpath macro for compatibility. Revision Changes Path 1.63 +10 -10 src/sys/kern/vfs_cache.c 1.159 +5 -3 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message