]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sunrpc/svc.h
svc: Make deferral processing xprt independent
[linux-2.6-omap-h63xx.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 */