From owner-cvs-sys Thu Oct 17 10:56:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA16875 for cvs-sys-outgoing; Thu, 17 Oct 1996 10:56:17 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA16854; Thu, 17 Oct 1996 10:56:09 -0700 (PDT) Date: Thu, 17 Oct 1996 10:56:09 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199610171756.KAA16854@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/10/17 10:56:09 Modified: sys/kern vfs_subr.c Log: I'm not sure why, but Netcon's TFS filesystem code doesn't want to add free vnodes back to the freelist. They must do their own vnode management. Anyway, this change is *only* activated with their filesystem and doesn't affect anyone else. Whoops, forgot the submitted-by lines in my previous commits too.. :-( Submitted-By: Tony Ardolino Revision Changes Path 1.63 +9 -5 src/sys/kern/vfs_subr.c