PERFORCE change 103890 for review

John Baldwin jhb at FreeBSD.org
Mon Aug 14 19:24:20 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103890

Change 103890 by jhb at jhb_mutex on 2006/08/14 19:24:10

	Tag lockmgr locks with 'lk'.

Affected files ...

.. //depot/projects/smpng/sys/kern/kern_lock.c#51 edit

Differences ...

==== //depot/projects/smpng/sys/kern/kern_lock.c#51 (text+ko) ====

@@ -606,7 +606,7 @@
 		return (0);
 
 	/* Ok, we think we have a lockmgr lock, so output some details. */
-	db_printf("blocked on \"%s\" ", lkp->lk_wmesg);
+	db_printf("blocked on lk \"%s\" ", lkp->lk_wmesg);
 	if (lkp->lk_sharecount) {
 		db_printf("SHARED (count %d)\n", lkp->lk_sharecount);
 		*ownerp = NULL;


More information about the p4-projects mailing list