Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2023 14:42:47 -0800
From:      Mark Millard <marklmi@yahoo.com>
To:        Kirk McKusick <mckusick@mckusick.com>, dev-commits-src-main@freebsd.org
Subject:   RE: git: 35a301555bff - main - Increase UFS/FFS maximum link count from 32767 to 65530. [actually 65500]
Message-ID:  <AD6EC87E-0340-4AA2-91CE-44FAD3E62149@yahoo.com>
References:  <AD6EC87E-0340-4AA2-91CE-44FAD3E62149.ref@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AD6EC87E-0340-4AA2-91CE-44FAD3E62149>