CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2010/12/05 05:18:00
Modified files: sys/nfs : nfs_syscalls.c Log message: Make sure we only initialize the nfsrv_descript_pl pool once. Re-initializing the pool everytime nfsd(8) terminates is very bad since it screws up the list of pools resulting in infinite loops when traversing that list. Issue found by Daniel Melameth. ok deraadt@