From owner-freebsd-commit Tue Jan 2 10:13:35 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA01344 for freebsd-commit-outgoing; Tue, 2 Jan 1996 10:13:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA01333 for cvs-all-outgoing; Tue, 2 Jan 1996 10:13:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA01321 for cvs-sys-outgoing; Tue, 2 Jan 1996 10:13:26 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA01314 Tue, 2 Jan 1996 10:13:24 -0800 (PST) Date: Tue, 2 Jan 1996 10:13:24 -0800 (PST) From: David Greenman Message-Id: <199601021813.KAA01314@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/02 10:13:23 Modified: sys/kern vfs_subr.c Log: Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negative v_usecount is always performed and only the call to vprint is conditional. Revision Changes Path 1.50 +3 -3 src/sys/kern/vfs_subr.c