Date: Wed, 3 Aug 2005 04:48:22 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lock.c vfs_default.c vfs_vnops.c src/sys/sys lockmgr.h vnode.h Message-ID: <200508030448.j734mM4K056937@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508030448.j734mM4K056937>