Re: nfs pool diff

2015-09-03 Thread Theo de Raadt
>The only pool_get() call uses PR_WAITOK, and the pool_put() calls are >only done from the nfsd main loop, so process context. OK. Thanks that explains how one makes sure.. >No I'm not an NFS hacker! 3 kettenis Actually lots of people are NFS hackers. 1 aaron 1 damien 1 dlg 1 d

nfs pool diff

2015-09-03 Thread Mark Kettenis
The only pool_get() call uses PR_WAITOK, and the pool_put() calls are only done from the nfsd main loop, so process context. No I'm not an NFS hacker! ok? Index: nfs_syscalls.c === RCS file: /cvs/src/sys/nfs/nfs_syscalls.c,v retrie