aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/svc.h')
-rw-r--r--include/linux/sunrpc/svc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h
index 1178689b9156..52db9c8985c5 100644
--- a/include/linux/sunrpc/svc.h
+++ b/include/linux/sunrpc/svc.h
@@ -292,8 +292,9 @@ static inline void svc_free_res_pages(struct svc_rqst *rqstp)
292 292
293struct svc_deferred_req { 293struct svc_deferred_req {
294 u32 prot; /* protocol (UDP or TCP) */ 294 u32 prot; /* protocol (UDP or TCP) */
295 struct sockaddr_in addr; 295 struct svc_sock *svsk;
296 struct svc_sock *svsk; /* where reply must go */ 296 struct sockaddr_storage addr; /* where reply must go */
297 size_t addrlen;
297 __be32 daddr; /* where reply must come from */ 298 __be32 daddr; /* where reply must come from */
298 struct cache_deferred_req handle; 299 struct cache_deferred_req handle;
299 int argslen; 300 int argslen;