cvs commit: src/sys/kern vfs_vnops.c

Jeff Roberson jeff at FreeBSD.org
Sat Oct 4 07:35:24 PDT 2003


jeff        2003/10/04 07:35:22 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_vnops.c 
  Log:
   - If we are called with LK_NOWAIT in vn_lock() we may be holding a mutex
     and should not sleep while waiting for XLOCK to clear.  Care needs to be
     taken in functions that use this capability to avoid spinning.
  
  Revision  Changes    Path
  1.195     +5 -2      src/sys/kern/vfs_vnops.c


More information about the cvs-src mailing list