From b92b080272e0c9000e4672b089441f3fdab36905 Mon Sep 17 00:00:00 2001 From: yamt Date: Tue, 19 Jan 2010 13:29:40 +0000 Subject: [PATCH] remove unused r_timer member. --- sys/nfs/nfs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index ab58cf66abb6..9ef53911f69f 100644 --- a/sys/nfs/nfs.h +++ b/sys/nfs/nfs.h @@ -1,4 +1,4 @@ -/* $NetBSD: nfs.h,v 1.70 2008/10/22 11:36:06 matt Exp $ */ +/* $NetBSD: nfs.h,v 1.71 2010/01/19 13:29:40 yamt Exp $ */ /* * Copyright (c) 1989, 1993, 1995 * The Regents of the University of California. All rights reserved. @@ -329,7 +329,6 @@ struct nfsreq { int r_flags; /* flags on request, see below */ int r_retry; /* max retransmission count */ int r_rexmit; /* current retrans count */ - int r_timer; /* tick counter on reply */ u_int32_t r_procnum; /* NFS procedure number */ int r_rtt; /* RTT for rpc */ struct lwp *r_lwp; /* LWP that did I/O system call */