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

Jeff Roberson jeff at FreeBSD.org
Wed Aug 3 04:48:23 GMT 2005


jeff        2005-08-03 04:48:22 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_lock.c vfs_default.c vfs_vnops.c 
    sys/sys              lockmgr.h vnode.h 
  Log:
   - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lock
     caller by saving the stack of the last locker/unlocker in lockmgr.  We
     also put the stack in KTR at the moment.
  
  Contributed by:         Antoine Brodin <antoine.brodin at laposte.net>
  
  Revision  Changes    Path
  1.90      +15 -34    src/sys/kern/kern_lock.c
  1.128     +0 -5      src/sys/kern/vfs_default.c
  1.234     +0 -12     src/sys/kern/vfs_vnops.c
  1.48      +5 -19     src/sys/sys/lockmgr.h
  1.305     +0 -9      src/sys/sys/vnode.h


More information about the cvs-src mailing list