diff options
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
| -rw-r--r-- | include/linux/sunrpc/xprt.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 5aa3834619a8..5e3e1b63dbb3 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h @@ -297,6 +297,7 @@ struct xprt_create {  	size_t			addrlen;  	const char		*servername;  	struct svc_xprt		*bc_xprt;	/* NFSv4.1 backchannel */ +	struct rpc_xprt_switch	*bc_xps;  	unsigned int		flags;  }; |