Garbage collect FREEBSD_MAC_EXTATTR_NAME and FREEBSD_MAC_EXTATTR_NAMESPACE,

which are no longer required now that we have UFS2 with extended
attribute transactions.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
This commit is contained in:
Robert Watson 2003-03-23 02:09:20 +00:00
parent f82fb1a862
commit f09dbc4c57
2 changed files with 0 additions and 16 deletions

View File

@ -48,14 +48,6 @@
#define _POSIX_MAC
#endif
/*
* XXXMAC: The single MAC extended attribute will be deprecated once
* compound EA writes on a single target file can be performed cleanly
* with UFS2.
*/
#define FREEBSD_MAC_EXTATTR_NAME "freebsd.mac"
#define FREEBSD_MAC_EXTATTR_NAMESPACE EXTATTR_NAMESPACE_SYSTEM
/*
* MAC framework-related constants and limits.
*/

View File

@ -48,14 +48,6 @@
#define _POSIX_MAC
#endif
/*
* XXXMAC: The single MAC extended attribute will be deprecated once
* compound EA writes on a single target file can be performed cleanly
* with UFS2.
*/
#define FREEBSD_MAC_EXTATTR_NAME "freebsd.mac"
#define FREEBSD_MAC_EXTATTR_NAMESPACE EXTATTR_NAMESPACE_SYSTEM
/*
* MAC framework-related constants and limits.
*/