CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/08/28 12:30:08
Modified files: sys/nfs : nfsnode.h Log message: The nfs_nodetree is an RBT tree and not an RB tree so the nfsnode needs to use RBT_ENTRY and not RB_ENTRY for the n_entry member. OK miod@ mpi@