From owner-p4-projects Tue Jul 16 11:15:33 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5321E37B401; Tue, 16 Jul 2002 11:15:28 -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 D657D37B400 for ; Tue, 16 Jul 2002 11:15:27 -0700 (PDT) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id C75E743E4A for ; Tue, 16 Jul 2002 11:15:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 4615 invoked from network); 16 Jul 2002 18:15:26 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 16 Jul 2002 18:15:26 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g6GIFO053615; Tue, 16 Jul 2002 14:15:24 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 16 Jul 2002 14:15:29 -0400 (EDT) From: John Baldwin To: Robert Watson Subject: Re: PERFORCE change 14328 for review Cc: Perforce Change Reviews Cc: Perforce Change Reviews , Brian Feldman 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 On 16-Jul-2002 Robert Watson wrote: > Sigh. The problem with off-line p4 editing is when you forget to p4 edit > all the files you've locally modified. Thanks. p4 diff -se can be useful in that case. > 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 */ >> > -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message