Date: Wed, 26 Apr 2000 04:57:46 -0700 (PDT) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cache.c src/sys/sys vnode.h src/sys/miscfs/procfs procfs.h procfs_subr.c procfs_vnops.c Message-ID: <200004261157.EAA52006@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2000/04/26 04:57:46 PDT Modified files: sys/kern vfs_cache.c sys/sys vnode.h sys/miscfs/procfs procfs.h procfs_subr.c procfs_vnops.c Log: Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath(). There's no excuse to have code in synthetic filestores that allows direct references to the textvp anymore. Feature requested by: msmith Feature agreed to by: warner Move requested by: phk Move agreed to by: bde Revision Changes Path 1.44 +111 -1 src/sys/kern/vfs_cache.c 1.114 +3 -19 src/sys/sys/vnode.h 1.34 +1 -2 src/sys/miscfs/procfs/procfs.h 1.29 +1 -97 src/sys/miscfs/procfs/procfs_subr.c 1.79 +3 -3 src/sys/miscfs/procfs/procfs_vnops.c 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?200004261157.EAA52006>