]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Fix SETCLIENTID fallback if GSS is not available
authorChuck Lever <chuck.lever@oracle.com>
Thu, 16 May 2013 02:00:10 +0000 (22:00 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 23 May 2013 22:50:40 +0000 (18:50 -0400)
commit5af84ebe7f614a3cf9e758e537f4767f78765e7a
treeaabdca9b6f0e514f7e7980d45a36db2093d07ccd
parent0b73b0fb898824f6fc146a6ccf2129a2459e81e1
NFS: Fix SETCLIENTID fallback if GSS is not available

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

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4client.c