CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/05/04 05:16:04
Modified files: sys/nfs : nfs_vfsops.c Log message: After unmount nfs_timer() could access the freed memory of struct nfsmount. Delay the free(9) of the nfs mount point data until pending or sleeping timeouts have finished by running it on the softclock thread. OK visa@