Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2006 06:46:10 +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:  <200604040646.k346kAjc013418@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2006-04-04 06:46:10 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
   - VFS_LOCK_GIANT when recycling a vnode via getnewvnode.  We may be
     recycling for an unrelated filesystem.  I really don't like potentially
     acquiring giant in the context of a giantless filesystem but there
     are reasonable objections to removing the recycling from this path.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.669     +3 -0      src/sys/kern/vfs_subr.c



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