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