Date: Mon, 14 Aug 2006 19:24:13 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 103890 for review Message-ID: <200608141924.k7EJODdK021507@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103890 Change 103890 by jhb@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608141924.k7EJODdK021507>