CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/03/28 03:40:26
Modified files: sys/nfs : nfs_node.c Log message: Check for possible race after sleeping instead of using a rwlock to protect insertions in `nm_ntree'. This will prevent a future lock ordering problem with NFSnode's lock. ok tedu@, visa@