diff options
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 3d025588e56e..8ed9642a5a76 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -114,6 +114,7 @@ struct rpc_create_args { | |||
114 | rpc_authflavor_t authflavor; | 114 | rpc_authflavor_t authflavor; |
115 | unsigned long flags; | 115 | unsigned long flags; |
116 | char *client_name; | 116 | char *client_name; |
117 | struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */ | ||
117 | }; | 118 | }; |
118 | 119 | ||
119 | /* Values for "flags" field */ | 120 | /* Values for "flags" field */ |