From owner-p4-projects Fri Feb 28 11:17: 2 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A883737B78A; Fri, 28 Feb 2003 11:16:13 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD8D37B4DD for ; Fri, 28 Feb 2003 11:15:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E25C844322 for ; Fri, 28 Feb 2003 10:52:21 -0800 (PST) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1SIqL0U079271 for ; Fri, 28 Feb 2003 10:52:21 -0800 (PST) (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1SIqL29079268 for perforce@freebsd.org; Fri, 28 Feb 2003 10:52:21 -0800 (PST) Date: Fri, 28 Feb 2003 10:52:21 -0800 (PST) Message-Id: <200302281852.h1SIqL29079268@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 26084 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=26084 Change 26084 by jhb@jhb_laptop on 2003/02/28 10:52:15 RIP: LI_SLEPT. Affected files ... .. //depot/projects/smpng/sys/sys/lock.h#25 edit Differences ... ==== //depot/projects/smpng/sys/sys/lock.h#25 (text+ko) ==== @@ -68,8 +68,7 @@ #define LO_DUPOK 0x00400000 /* Don't check for duplicate acquires */ #define LI_RECURSEMASK 0x0000ffff /* Recursion depth of lock instance. */ -#define LI_SLEPT 0x00010000 /* Lock instance has been slept with. */ -#define LI_EXCLUSIVE 0x00020000 /* Exclusive lock instance. */ +#define LI_EXCLUSIVE 0x00010000 /* Exclusive lock instance. */ /* * Option flags passed to lock operations that witness also needs to know To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message