nfsd41: sunrpc: Added rpc server-side backchannel handling
[GitHub/moto-9609/android_kernel_motorola_exynos9610.git] / include / linux / sunrpc / svcsock.h
index 04dba23c59f2c4aead01ab313127368a63b93a05..1b353a76c30492389bad8c12fb41ffcd901a2027 100644 (file)
@@ -28,6 +28,7 @@ struct svc_sock {
        /* private TCP part */
        u32                     sk_reclen;      /* length of record */
        u32                     sk_tcplen;      /* current read length */
+       struct rpc_xprt         *sk_bc_xprt;    /* NFSv4.1 backchannel xprt */
 };
 
 /*