Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2004 02:09:59 +0000 (UTC)
From:      Greg Lehey <grog@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200410060209.i9629xgY098306@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
grog        2004-10-06 02:09:59 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  vtryrecycle: Don't rely on type VBAD alone to mean that we don't need
               to clean the vnode.  If v_data is set, we still need to
               clean it.  This code change should catch all incidents of
               the previous commit (INVARIANTS only).
  
  Revision  Changes    Path
  1.530     +1 -1      src/sys/kern/vfs_subr.c



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