Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2002 07:09:15 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15121 for review
Message-ID:  <200207291409.g6TE9FT9070393@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207291409.g6TE9FT9070393>