RE: git: 35a301555bff - main - Increase UFS/FFS maximum link count from 32767 to 65530. [actually 65500]
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Dec 2023 22:42:47 UTC
The commit notes reference 65530 twice but the code actually changed UFS_LINK_MAX via: -#define UFS_LINK_MAX 32767 +#define UFS_LINK_MAX 65500 /* leave a few spare for special values */ The 65500 matches the https://reviews.freebsd.org/D42767 patching, which is what I tested UFS-based "bulk -a" behavior with. === Mark Millard marklmi at yahoo.com