diff options
Diffstat (limited to 'sys/nfs/nfs_syscalls.c')
-rw-r--r-- | sys/nfs/nfs_syscalls.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index c9268639648..008bbea973f 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/nfs_syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_syscalls.c,v 1.69 2008/07/06 13:33:54 thib Exp $ */ +/* $OpenBSD: nfs_syscalls.c,v 1.70 2008/07/06 16:54:48 thib Exp $ */ /* $NetBSD: nfs_syscalls.c,v 1.19 1996/02/18 11:53:52 fvdl Exp $ */ /* @@ -290,10 +290,9 @@ nfssvc_nfsd(nsd, argp, p) u_quad_t cur_usec; struct timeval tv; -#ifndef nolint cacherep = RC_DOIT; writes_todo = 0; -#endif + s = splsoftnet(); if (nfsd == NULL) { nsd->nsd_nfsd = nfsd = malloc(sizeof(struct nfsd), M_NFSD, |