cvs commit: src/sys/kern vfs_subr.c

Jeff Roberson jeff at FreeBSD.org
Tue Apr 4 06:46:11 UTC 2006


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


More information about the cvs-src mailing list