summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_syscalls.c
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2008-07-06 16:54:49 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2008-07-06 16:54:49 +0000
commitaf4f54808adad429b1e1b8217f77d425f43e2364 (patch)
treed705dd7b1e9ca4f499217e0690ea4ebea3f59ccc /sys/nfs/nfs_syscalls.c
parentbd84a5e923da7622e5a883bf52779ecddc0f199c (diff)
remove #ifndef nolint goo
ok blambert@
Diffstat (limited to 'sys/nfs/nfs_syscalls.c')
-rw-r--r--sys/nfs/nfs_syscalls.c5
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,