]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/sunrpc/svc.h
nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel use
[mv-sheeva.git] / include / linux / sunrpc / svc.h
index 16043c4a8bf45f9050855341d6d6d99925cddb2b..ea8009695c69b1ea437b255fd0a141ebf21feaa7 100644 (file)
@@ -103,6 +103,7 @@ struct svc_serv {
        spinlock_t              sv_cb_lock;     /* protects the svc_cb_list */
        wait_queue_head_t       sv_cb_waitq;    /* sleep here if there are no
                                                 * entries in the svc_cb_list */
+       struct svc_xprt         *bc_xprt;
 #endif /* CONFIG_NFS_V4_1 */
 };