On 12 Mar 2025, at 11:23, Benjamin Coddington wrote: > I'm looking for some bits in the nfs_mount_data.flags, and wondering why we > have only 16 bits masked off due to: > > #define NFS_MOUNT_FLAGMASK 0xFFFF > > Does anyone recall why we've limited the ABI to 16 bits here? Scott's pointed out that its probably something to do with the legacy binary interface ABI and how we just OR the flags into the nfs_server's internal flags.. I wonder how long we have to support the binary interface. Ben