From owner-p4-projects Tue Jul 16 9:55:59 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 01D1A37B401; Tue, 16 Jul 2002 09:55:55 -0700 (PDT) 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 B044137B400; Tue, 16 Jul 2002 09:55:54 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1588743E4A; Tue, 16 Jul 2002 09:55:54 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g6GGtlOo084888; Tue, 16 Jul 2002 12:55:48 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 16 Jul 2002 12:55:47 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Brian Feldman Cc: Perforce Change Reviews Subject: Re: PERFORCE change 14328 for review In-Reply-To: <200207161354.g6GDsGjh097021@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Sigh. The problem with off-line p4 editing is when you forget to p4 edit all the files you've locally modified. Thanks. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Tue, 16 Jul 2002, Brian Feldman wrote: > http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14328 > > Change 14328 by green@green_laptop_2 on 2002/07/16 06:54:14 > > Evidently, the VLABEL flag wants to now be dressed as > VCACHEDLABEL. > > Affected files ... > > .. //depot/projects/trustedbsd/mac/sys/sys/vnode.h#28 edit > > Differences ... > > ==== //depot/projects/trustedbsd/mac/sys/sys/vnode.h#28 (text+ko) ==== > > @@ -183,7 +183,7 @@ > #define VOWANT 0x20000 /* a thread is waiting for VOLOCK */ > #define VDOOMED 0x40000 /* This vnode is being recycled */ > #define VFREE 0x80000 /* This vnode is on the freelist */ > -#define VLABEL 0x100000 /* vnode has a valid private MAC label */ > +#define VCACHEDLABEL 0x100000 /* vnode has a valid private MAC label */ > #define VONWORKLST 0x200000 /* On syncer work-list */ > #define VMOUNT 0x400000 /* Mount in progress */ > #define VOBJDIRTY 0x800000 /* object might be dirty */ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message