Date: Wed, 3 Aug 2005 04:59:07 +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/sys lockmgr.h src/sys/kern kern_lock.c Message-ID: <200508030459.j734x7ea057387@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508030459.j734x7ea057387>