From owner-p4-projects Tue Jul 16 6:56:16 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2957837B401; Tue, 16 Jul 2002 06:56:05 -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 2435837B427 for ; Tue, 16 Jul 2002 06:55:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 821554406F for ; Tue, 16 Jul 2002 06:54:22 -0700 (PDT) (envelope-from green@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6GDsGJU097024 for ; Tue, 16 Jul 2002 06:54:16 -0700 (PDT) (envelope-from green@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6GDsGjh097021 for perforce@freebsd.org; Tue, 16 Jul 2002 06:54:16 -0700 (PDT) Date: Tue, 16 Jul 2002 06:54:16 -0700 (PDT) Message-Id: <200207161354.g6GDsGjh097021@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to green@freebsd.org using -f From: Brian Feldman Subject: PERFORCE change 14328 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://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