mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
o Marius pointed out an unusually inconvenient upper bound on extended
attribute data size. o Fortunately it turned out to be an unused constant left over from an earlier implementation, and is therefore being removed so as not to confuse casual observers. Submitted by: mbendiks@eunet.no
This commit is contained in:
parent
43be5ea431
commit
bc373480dc
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@
|
|||
#define UFS_EXTATTR_VERSION 0x00000002
|
||||
#define UFS_EXTATTR_FSROOTSUBDIR ".attribute"
|
||||
#define UFS_EXTATTR_MAXEXTATTRNAME 65 /* including null */
|
||||
#define UFS_EXTATTR_MAXEXTATTRSIZE 1024 /* bytes */
|
||||
|
||||
#define UFS_EXTATTR_ATTR_FLAG_INUSE 0x00000001 /* attr has been set */
|
||||
#define UFS_EXTATTR_PERM_KERNEL 0x00000000
|
||||
|
|
|
|||
Loading…
Reference in a new issue