cvs commit: src/sys/kern kern_lock.c

Jeff Roberson jeff at FreeBSD.org
Thu Mar 24 01:35:07 PST 2005


jeff        2005-03-24 09:35:06 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_lock.c 
  Log:
   - Complete the implementation of td_locks.  Track the number of outstanding
     lockmgr locks that this thread owns.  This is complicated due to
     LK_KERNPROC and because lockmgr tolerates unlocking an unlocked lock.
  
  Sponsored by:   Isilon Systes, Inc.
  
  Revision  Changes    Path
  1.82      +11 -0     src/sys/kern/kern_lock.c


More information about the cvs-src mailing list