cvs commit: src/sys/kern vfs_subr.c

Greg Lehey grog at FreeBSD.org
Tue Oct 5 19:10:00 PDT 2004


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


More information about the cvs-src mailing list