From owner-cvs-sys Thu Mar 28 22:41:33 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA19538 for cvs-sys-outgoing; Thu, 28 Mar 1996 22:41:33 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA19523 Thu, 28 Mar 1996 22:41:21 -0800 (PST) Date: Thu, 28 Mar 1996 22:41:21 -0800 (PST) From: David Greenman Message-Id: <199603290641.WAA19523@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys vnode.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/03/28 22:41:21 Branch: sys/sys RELENG_2_1_0 Modified: sys/sys vnode.h Log: Brought in change from rev 1.32: Change v_usecount & v_writecount from a short to an int. As shorts they can and will overflow on large machines - especially on machines with filesystems with lots of files (like netnews servers), and the result is a "free vnode isn't" panic or worse. This fixes one of the causes of these panics that I've been experiancing on wcarchive. Revision Changes Path 1.20.4.2 +4 -4 src/sys/sys/vnode.h