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:
parent
f82fb1a862
commit
f09dbc4c57
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user