From owner-cvs-all Sun Sep 6 22:42:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA20186 for cvs-all-outgoing; Sun, 6 Sep 1998 22:42:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA20174; Sun, 6 Sep 1998 22:42:17 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA19022; Sun, 6 Sep 1998 22:42:16 -0700 (PDT) Date: Sun, 6 Sep 1998 22:42:16 -0700 (PDT) Message-Id: <199809070542.WAA19022@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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