On Sun, 01 Sep 2024, Mike Snitzer wrote: > fs/nfs_common/nfslocalio.c provides interfaces that enable an NFS > client to generate a nonce (single-use UUID) and associated > short-lived nfs_uuid_t struct, register it with nfs_common for > subsequent lookup and verification by the NFS server and if matched > the NFS server populates members in the nfs_uuid_t struct. The nfs_uuid_t isn't short-lived any more. It will be embedded in the struct nfs_client. I think I revised that comment in one of the patches I sent... Thanks, NeilBrown