Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2005 00:57:05 +0000 (UTC)
From:      Jeff Roberson <jeff@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:  <200504220057.j3M0v5K3076071@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2005-04-22 00:57:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
   - Disable code which allows getnewvnode() to fail.  Many ffs_vget() callers
     do not correctly deal with failures.  This presently risks deadlock
     problems if dependency processing is held up by failures to allocate
     a vnode, however, this is better than the situation with the failures.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.617     +2 -0      src/sys/kern/vfs_subr.c



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