aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/svcsock.h1
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;