summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_subs.c
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2009-05-22 00:19:26 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2009-05-22 00:19:26 +0000
commite234642b3559a3fd14435aeed2fb56e142bd9691 (patch)
tree19d4c9d0019bdd6c2692a311702d06fda51af512 /sys/nfs/nfs_subs.c
parentae8a031e28803ad11c91125bd1523348d0f9aba7 (diff)
retire the nfs rtt log code, this isnt really all that
usefull, and has been disabled for a long long time. Cleans house a bit. OK blambert@
Diffstat (limited to 'sys/nfs/nfs_subs.c')
-rw-r--r--sys/nfs/nfs_subs.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c
index 39e650671d7..ead5679fbf5 100644
--- a/sys/nfs/nfs_subs.c
+++ b/sys/nfs/nfs_subs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_subs.c,v 1.94 2009/04/13 17:51:57 blambert Exp $ */
+/* $OpenBSD: nfs_subs.c,v 1.95 2009/05/22 00:19:25 thib Exp $ */
/* $NetBSD: nfs_subs.c,v 1.27.4.3 1996/07/08 20:34:24 jtc Exp $ */
/*
@@ -64,7 +64,6 @@
#include <nfs/xdr_subs.h>
#include <nfs/nfsm_subs.h>
#include <nfs/nfsmount.h>
-#include <nfs/nfsrtt.h>
#include <nfs/nfs_var.h>
#include <miscfs/specfs/specdev.h>
@@ -514,8 +513,6 @@ static short *nfsrv_v3errmap[] = {
nfsv3err_commit,
};
-extern struct nfsrtt nfsrtt;
-
struct pool nfsreqpl;
/*
@@ -913,7 +910,6 @@ nfs_init()
{
static struct timeout nfs_timer_to;
- nfsrtt.pos = 0;
rpc_vers = txdr_unsigned(RPC_VER2);
rpc_call = txdr_unsigned(RPC_CALL);
rpc_reply = txdr_unsigned(RPC_REPLY);