mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
2 changed files with 0 additions and 16 deletions
|
|
@ -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 a new issue