Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 1996 22:39:41 -0800 (PST)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/sys vnode.h
Message-ID:  <199603290639.WAA19366@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      96/03/28 22:39:40

  Modified:    sys/sys   vnode.h
  Log:
  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.32      +4 -4      src/sys/sys/vnode.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603290639.WAA19366>