NFS: Fix SETCLIENTID fallback if GSS is not available
authorChuck Lever <[email protected]>
Thu, 16 May 2013 02:00:10 +0000 (22:00 -0400)
committerTrond Myklebust <[email protected]>
Thu, 23 May 2013 22:50:40 +0000 (18:50 -0400)
commit83c168bf8017212a9d502536f9dcd0b54d24e330
treeaabdca9b6f0e514f7e7980d45a36db2093d07ccd
parenta3c3cac5d31879cd9ae2de7874dc6544ca704aec
NFS: Fix SETCLIENTID fallback if GSS is not available

Commit 79d852bf "NFS: Retry SETCLIENTID with AUTH_SYS instead of
AUTH_NONE" did not take into account commit 23631227 "NFSv4: Fix the
fallback to AUTH_NULL if krb5i is not available".

Signed-off-by: Chuck Lever <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
fs/nfs/nfs4client.c