Date: Wed, 2 Sep 1998 10:25:52 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys mount.h Message-ID: <199809021725.KAA08874@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/09/02 10:25:52 PDT Modified files: sys/sys mount.h Log: Added a vfs_oid pointer and a vfs_uninit() function to struct vfsops. vfs_oid will be used to attach and detach vfs sysctls dynamically. vfs_uninit() will be used to clean up before modunloading vfs LKMs. The nfs LKM needs these features most. Revision Changes Path 1.65 +3 -1 src/sys/sys/mount.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809021725.KAA08874>