PERFORCE change 15121 for review
Robert Watson
rwatson at freebsd.org
Mon Jul 29 14:09:15 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15121
Change 15121 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list