svc: Make deferral processing xprt independent
[deliverable/linux.git] / include / linux / sunrpc / svc.h
index cfb2652f6f8f8d66fb4667956728fd18bf5c094f..40adc9d75a6df53b1896efe55f1a8a637d0ea027 100644 (file)
@@ -320,7 +320,7 @@ static inline void svc_free_res_pages(struct svc_rqst *rqstp)
 
 struct svc_deferred_req {
        u32                     prot;   /* protocol (UDP or TCP) */
-       struct svc_sock         *svsk;
+       struct svc_xprt         *xprt;
        struct sockaddr_storage addr;   /* where reply must go */
        size_t                  addrlen;
        union svc_addr_u        daddr;  /* where reply must come from */
This page took 0.031439 seconds and 5 git commands to generate.