diff options
author | Tom Tucker <tom@opengridcomputing.com> | 2007-12-30 22:08:05 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-02-01 16:42:12 -0500 |
commit | 4bc6c497b26a7984cac842a09e2e8f8c46242782 (patch) | |
tree | 4b4d4d700ed6539e3b13bc2b66af4bdf179b35aa /include/linux/sunrpc | |
parent | 6bc5ab1367e43e59671d3fd19e6b0d2e4c138323 (diff) |
svc: Remove sk_lastrecv
With the implementation of the new mark and sweep algorithm for shutting
down old connections, the sk_lastrecv field is no longer needed.
Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Acked-by: Neil Brown <neilb@suse.de>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Greg Banks <gnb@sgi.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/svcsock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svcsock.h b/include/linux/sunrpc/svcsock.h index 41c2dfaf7371..406d0031b989 100644 --- a/include/linux/sunrpc/svcsock.h +++ b/include/linux/sunrpc/svcsock.h | |||
@@ -33,7 +33,6 @@ struct svc_sock { | |||
33 | /* private TCP part */ | 33 | /* private TCP part */ |
34 | int sk_reclen; /* length of record */ | 34 | int sk_reclen; /* length of record */ |
35 | int sk_tcplen; /* current read length */ | 35 | int sk_tcplen; /* current read length */ |
36 | time_t sk_lastrecv; /* time of last received request */ | ||
37 | 36 | ||
38 | /* cache of various info for TCP sockets */ | 37 | /* cache of various info for TCP sockets */ |
39 | void *sk_info_authunix; | 38 | void *sk_info_authunix; |