Date: Sun, 6 Sep 1998 22:42:16 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_lkm.c src/sys/nfs nfs.h nfs_socket.c nfs_subs.c nfs_vfsops.c Message-ID: <199809070542.WAA19022@freefall.freebsd.org>
index | next in thread | raw e-mail
bde 1998/09/06 22:42:16 PDT
Modified files:
sys/kern kern_lkm.c
sys/nfs nfs.h nfs_socket.c nfs_subs.c
nfs_vfsops.c
Log:
Made unloading of the nfs LKM sort of work. This is mainly to test
detachment of vfs sysctls. Unloading of vfs LKMs doesn't actually
work for any vfs, since it leaves garbage pointers to memory
allocation control structures.
Revision Changes Path
1.56 +9 -4 src/sys/kern/kern_lkm.c
1.44 +4 -1 src/sys/nfs/nfs.h
1.45 +3 -2 src/sys/nfs/nfs_socket.c
1.65 +36 -3 src/sys/nfs/nfs_subs.c
1.75 +2 -2 src/sys/nfs/nfs_vfsops.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809070542.WAA19022>
