cvs commit: src/sys/sys lockmgr.h src/sys/kern kern_lock.c

Jeff Roberson jeff at FreeBSD.org
Wed Aug 3 04:59:08 GMT 2005


jeff        2005-08-03 04:59:07 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              lockmgr.h 
    sys/kern             kern_lock.c 
  Log:
   - Fix a problem that slipped through review; the stack member of the lockmgr
     structure should have the lk_ prefix.
   - Add stack_print(lkp->lk_stack) to the information printed with
     lockmgr_printinfo().
  
  Revision  Changes    Path
  1.91      +8 -5      src/sys/kern/kern_lock.c
  1.49      +1 -1      src/sys/sys/lockmgr.h


More information about the cvs-all mailing list