diff options
author | Peng Tao <tao.peng@primarydata.com> | 2014-05-29 09:07:00 -0400 |
---|---|---|
committer | Tom Haynes <loghyr@primarydata.com> | 2015-02-03 14:06:33 -0500 |
commit | 064172f3459a914277aa309b2afd3bd5d1c3289a (patch) | |
tree | 1365bcc2407efe393cbe7fa39aa8a8fef3cfdf02 /fs/nfs/internal.h | |
parent | 7405f9e195aab95e147cc225f203d11fa74b65a8 (diff) |
nfs41: allow LD to choose DS connection auth flavor
flexfile layout may use different auth flavor as specified by MDS.
Reviewed-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: Peng Tao <tao.peng@primarydata.com>
Signed-off-by: Tom Haynes <Thomas.Haynes@primarydata.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index efaa31c70fbe..7d7c36ff09fa 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -189,7 +189,8 @@ extern struct nfs_client *nfs4_set_ds_client(struct nfs_client* mds_clp, | |||
189 | const struct sockaddr *ds_addr, | 189 | const struct sockaddr *ds_addr, |
190 | int ds_addrlen, int ds_proto, | 190 | int ds_addrlen, int ds_proto, |
191 | unsigned int ds_timeo, | 191 | unsigned int ds_timeo, |
192 | unsigned int ds_retrans); | 192 | unsigned int ds_retrans, |
193 | rpc_authflavor_t au_flavor); | ||
193 | extern struct rpc_clnt *nfs4_find_or_create_ds_client(struct nfs_client *, | 194 | extern struct rpc_clnt *nfs4_find_or_create_ds_client(struct nfs_client *, |
194 | struct inode *); | 195 | struct inode *); |
195 | #ifdef CONFIG_PROC_FS | 196 | #ifdef CONFIG_PROC_FS |