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:
Robert Watson 2000-07-14 03:30:52 +00:00
parent 43be5ea431
commit bc373480dc

View file

@ -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