NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support nfs-for-3.16-2
authorAndy Adamson <andros@netapp.com>
Thu, 12 Jun 2014 19:02:32 +0000 (15:02 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 24 Jun 2014 22:46:58 +0000 (18:46 -0400)
commit66b068604903849c5dee3842eb72564064c64c72
tree8a5d1d0c052adadc3c2533bccf09d9e52868ab0b
parent8445cd3528b21da77c41ad1372a944ef94d7516f
NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support

Fix nfs4_negotiate_security to create an rpc_clnt used to test each SECINFO
returned pseudoflavor. Check credential creation  (and gss_context creation)
which is important for RPC_AUTH_GSS pseudoflavors which can fail for multiple
reasons including mis-configuration.

Don't call nfs4_negotiate in nfs4_submount as it was just called by
nfs4_proc_lookup_mountpoint (nfs4_proc_lookup_common)

Signed-off-by: Andy Adamson <andros@netapp.com>
[Trond: fix corrupt return value from nfs_find_best_sec()]
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4_fs.h
fs/nfs/nfs4namespace.c
fs/nfs/nfs4proc.c
net/sunrpc/auth.c