tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: regarding support of NFS versions (Re: Changing NGROUPS_MAX to 1024?)
On Fri, Apr 24, 2026 at 09:21:13AM -0700, Adrian Chadd wrote:
> Do you think it's worth starting to tackle extending NGROUPS out after
> 16 is released?
> I figure there's a lot of stuff to get done but doing it just before a
> release seems ill
> timed. :-)
There are surely environments where a larger NGROUPS is used and wanted.
Linux allows up to 64k groups.
A small extension (like 32) would be trivial to do (just bump the value)
and might show issues that we have and would also allow to develop
and test extensions for NFS.
A larger extension needs changes to the data structures. You don't
want to move 64k gid_t arrays around.
Greetings,
--
Michael van Elst
Internet: mlelstv%serpens.de@localhost
"A potential Snark may lurk in every tree."
Home |
Main Index |
Thread Index |
Old Index