cvs commit: src/sys/kern kern_lock.c

Jeff Roberson jeff at FreeBSD.org
Sun Jul 3 01:09:06 GMT 2005


jeff        2005-01-24 10:20:59 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_lock.c 
  Log:
   - Do not use APAUSE if LK_INTERLOCK is set.  We lose synchronization
     if the lockmgr interlock is dropped after the caller's interlock
     is dropped.
   - Change some lockmgr KTRs to be slightly more helpful.
  
  Sponsored By:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.79      +19 -10    src/sys/kern/kern_lock.c



More information about the cvs-src mailing list