From owner-cvs-sys Wed Feb 26 21:29:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA04832 for cvs-sys-outgoing; Wed, 26 Feb 1997 21:29:03 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA04822; Wed, 26 Feb 1997 21:29:00 -0800 (PST) Date: Wed, 26 Feb 1997 21:29:00 -0800 (PST) From: John Dyson Message-Id: <199702270529.VAA04822@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 dyson 97/02/26 21:28:59 Modified: sys/kern vfs_subr.c Log: Fix the previous simple_lock fix breakage in the combined vput/vrele routine. Fix a panic message. Fix the vop_nounlock routine so that "special" filesystems that use it work correctly. Revision Changes Path 1.74 +21 -13 src/sys/kern/vfs_subr.c