From owner-p4-projects Mon Jul 29 7: 9:19 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6939A37B401; Mon, 29 Jul 2002 07:09:16 -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 06A0D37B400 for ; Mon, 29 Jul 2002 07:09:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7E1A43E42 for ; Mon, 29 Jul 2002 07:09:15 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.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 g6TE9FJU070396 for ; Mon, 29 Jul 2002 07:09:15 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6TE9FT9070393 for perforce@freebsd.org; Mon, 29 Jul 2002 07:09:15 -0700 (PDT) Date: Mon, 29 Jul 2002 07:09:15 -0700 (PDT) Message-Id: <200207291409.g6TE9FT9070393@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 15121 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=15121 Change 15121 by rwatson@rwatson_paprika on 2002/07/29 07:08:55 Expand comment in the setlabel_ea implementation to indicate that we require the EA interface to allow us to write out multiple EAs on the same file in a single transaction rather than multiple transactions for consistency reasons. Affected files ... .. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#217 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#217 (text+ko) ==== @@ -2753,7 +2753,10 @@ * XXX: Eventually call out to EA check/set calls here. * Be particularly careful to avoid race conditions, * consistency problems, and stability problems when - * dealing with multiple EAs. + * dealing with multiple EAs. In particular, we require + * the ability to write multiple EAs on the same file in + * a single transaction, which the current EA interface + * does not provide. */ error = mac_externalize(intlabel, &extmac); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message