mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-28 19:13:13 +00:00
The dirent name formatting code accidentally copied the calculation for the length of the name from the xattrs, which are null terminated. The durents are not, their length is just the value length minus the dirent header. Signed-off-by: Zach Brown <zab@versity.com>