HomeFreeBSD

nfscommon: Update the nfs_bigreply array

Description

nfscommon: Update the nfs_bigreply array

The variable is simply a long series of flags. Mark as boolean to allow
the compiler to use smaller types.

Convert to designated initializer to better indicate which operations it
is set for. Without this the array is kind of long and sparse.

nfsv4_setsequence() is no longer used outside nfs_commonsubs.c, so now
mark it as static. The fourth argument is true/false, so convert to
boolean.

No semantics change is made by this commit.

Discussed with: jrtc27
MFC after: 2 weeks

Details

Provenance
ehem_freebsd_m5p.comAuthored on Oct 19 2025, 8:29 PM
rmacklemCommitted on Oct 19 2025, 8:29 PM
Parents
rG012014403bdc: vmimage.subr: Fix when/where we fix up METALOG
Branches
Unknown
Tags
Unknown