On 8/31/20 8:04 AM, Carlos Maiolino wrote: > #define XFS_ATTR_SF_ENTSIZE_MAX /* max space for name&value */ \ > - ((1 << (NBBY*(int)sizeof(uint8_t))) - 1) > + (1 << (NBBY*(int)sizeof(uint8_t))) This probably is not correct. :) This would cut the max size of attr (name+value) in half. -Eric