Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/nfs remove unused r_timer member.
details: https://anonhg.NetBSD.org/src/rev/9f67b8910756
branches: trunk
changeset: 750934:9f67b8910756
user: yamt <yamt%NetBSD.org@localhost>
date: Tue Jan 19 13:29:40 2010 +0000
description:
remove unused r_timer member.
diffstat:
sys/nfs/nfs.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r ff97bf1d2abc -r 9f67b8910756 sys/nfs/nfs.h
--- a/sys/nfs/nfs.h Tue Jan 19 12:41:41 2010 +0000
+++ b/sys/nfs/nfs.h Tue Jan 19 13:29:40 2010 +0000
@@ -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 @@
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 */
Home |
Main Index |
Thread Index |
Old Index