From: Andy Adamson <andros@xxxxxxxxxx> Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> --- fs/nfs/nfs4filelayoutdev.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/nfs/nfs4filelayoutdev.c b/fs/nfs/nfs4filelayoutdev.c index e9674a9..b75fe46 100644 --- a/fs/nfs/nfs4filelayoutdev.c +++ b/fs/nfs/nfs4filelayoutdev.c @@ -222,7 +222,8 @@ nfs4_pnfs_ds_create(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds) int addrlen; int err = 0; - dprintk("--> %s ip:port %s\n", __func__, ds->r_addr); + dprintk("--> %s ip:port %s au_flavor %d\n", __func__, + ds->r_addr, mds_clnt->cl_auth->au_flavor); sin.sin_family = AF_INET; sin.sin_addr.s_addr = ds->ds_ip_addr; @@ -254,7 +255,7 @@ nfs4_pnfs_ds_create(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds) (struct sockaddr *)&sin, sizeof(struct sockaddr), ip_addr, - RPC_AUTH_UNIX, + mds_clnt->cl_auth->au_flavor, IPPROTO_TCP, mds_clnt->cl_xprt->timeout, 1 /* minorversion */); -- 1.6.6 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html